The Wayback Machine - https://web.archive.org/web/20200525150740/https://github.com/topics/timelapse
Skip to content
#

timelapse

Here are 128 public repositories matching this topic...

Raspberry PI-TIMOLO ( PI-TImelapse, MOtion, LOwLight ) uses RPI picamera and python for Remote Headless Security Monitoring & Auto Sync files with rclone remote storage services. Auto Twilight Transitions and Low Light Camera Settings. This project is featured on Awesome List

  • Updated Mar 12, 2020
  • Python
geerlingguy
geerlingguy commented Mar 10, 2019

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 current dir from `image00042.jpg` to instead start from `image00000.jpg`.
# (On macOS, `brew install rename`)
# TODO: Test this.
rename 's/\d+/sprintf("%05d", $&)/e' *.jpg

# Create timelapse.mp4 in current directory starting from `image00000.jpg`.
ffmp
Tom25
Tom25 commented May 24, 2018

Add an option to take_snapshot.py to specify an inclusive time window(s) outside of which snapshots will not be taken and saved. This should be useful for those who do not wish to have snapshots captured during nighttime, which usually results in unnecessarily taking up time and space in generated timelapse videos with completely black frames.

Make configurable in the configuration file. Bl

Improve this page

Add a description, image, and links to the timelapse topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the timelapse topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.