One of the exciting projects with the Raspberry Pi and the camera used to be the timelapse video.
And it has been the main reason I bought a camera and a case fit for timelapse.
Recently on Google+ I read a post https://github.com/not-implemented/raspicam-timelapse on a web based timelapse facility and decided to give it a try.
It requires latest Jessie, installs a node.js webserver and a javascript driven webpage.
Download jessie, prepare a fresh SD card with SDformatter and win32diskimager, boot the RPi (a B) blind with only ethernet and power connected, and look up the assigned IP number with the handy ezNetscan on my Android tablet.
PuTTY over SSH and I follow the steps in the readme, except for the optional steps.
I then put the wireless adapter and edit the /etc/wpa_supplicant/wpa_supplicant.conf with the SSID and passkey. Boot and note with ifconfig the IP address assigned to the Wifi adapter
So I ended up with a configuration with a webserver on port 4443 listening to https via wireless.
Starting and stopping a timelapse capture with easy to configure options now! Just ignore the https warnings in Chrome …
I use PuTTY to shutdown the RPI and use Filezilla to get the captured images off the RPi card. The timelapse video is then made with Adobe Premiere Elements, on a real fast PC!
Related posts:
Simple but effective timelapse. Note that raspistill has many more interesting configuration parameters! See https://...
The combination of Arduino, such as the Uno with the ATmel ATmega 328P, and the Raspberry Pi is a natural one. The RPi i...
First steps with the Raspberry Pi 400, first impressions November 2, 2020. My birthday! Early, checking twitter. Eben ...
Inevitable, some weeks after the limited appearance of the Zero, cases are appearing on the market, First in the UK, whe...
Will this keep running, even when the browser is closed?
I think so!
Yes it will.