Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/helloimalemur/timelapse_gif

creates day-long timelapse Gif of images captured over 15 minute intervals
https://github.com/helloimalemur/timelapse_gif

bash gif gif-creator shell shell-script

Last synced: 5 days ago
JSON representation

creates day-long timelapse Gif of images captured over 15 minute intervals

Awesome Lists containing this project

README

        

# timelapse_gif
creates day-long timelapse Gif of images captured over 15 minute intervals

Intended to be used with CRON;

Capture.sh will create images in ~/timelapse

lapse.sh will create GIF in ~/timelapse/gifs using files within ~/timelapse

(*/15 * * * * * /home/pi/.scripts/capture.sh) //captures picture every 15 mins

(0 0 * * * * /home/pi/.scripts/lapse.sh) //creates .gif of images for the last day