Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/helloimalemur/timelapse_gif
- Owner: helloimalemur
- License: mit
- Created: 2022-06-17T18:42:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T02:50:44.000Z (about 1 year ago)
- Last Synced: 2023-10-16T21:38:41.515Z (about 1 year ago)
- Topics: bash, gif, gif-creator, shell, shell-script
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# timelapse_gif
creates day-long timelapse Gif of images captured over 15 minute intervalsIntended 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