pi-timelapse
pi-timelapse copied to clipboard
Time-lapse app for Raspberry Pi computers.
I just pre-ordered the [Raspberry Pi High Quality Camera](https://www.raspberrypi.org/products/raspberry-pi-high-quality-camera/) and plan on rigging it up with a nicer C or CS mount lens, to make a slightly more stable (but...
I'm trying to specify a resolution and a white balance, however whenever I try to do something other than the default ` { } `, the program throws an exception....
As I've now been using this little app on numerous Pis for projects around the house, and I've also seen some of the nifty timelapse work done by Matthias Wandel...
Added check for interval length. Added minor diagnostic messages.
Added config options to go with suggested changes in timelapse.py Updated interval to valid value
First off, thank you for making this script! I'm so excited to get this project going. I was able to follow your tutorial and run timelapse.py, and I see that...
For example: ``` # Start timelapse at 07:30 CST (12:30 UTC) 30 12 * * * systemctl start timelapse # End timelapse at 22:00 CST (03:00 UTC) 00 3 *...
I seem to do this a lot... so it would be nice to have it documented so I don't have to re-remember all the time: ``` # Rename images in...
Change from threading.Timer to time.sleep. This causes the capture_image function to complete before running the follow-on GIF and Video creation. This fixes the TODO that allowed GIF and Video creation...
Such a little change (a '-' to a '/') to get the resulting animated gif to be located inside of the series subdirectory. For example, previously the file was /home/pi/Desktop/pi-timelapse/series-2018-12-20_18-43-32-timelapse.gif...