Skip to content

AAULAN/rpi_timelapser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RPI timelapser

CURRENTLY semi-FUNCTIONAL, I might've accidentally thrown half of it away :S

This script is supposed to run on an RPi with some sort of camera attached. It will first call a script that runs either untill stopped, or for a specified amount of time.

To use it run it via:

To run indefinetly:

	timelapse.py -p [period between images] -f [framerate]

To run for duration with specified framrate

	timelapse.py -f [framerate] -d [duration] -D [video duration]

To run for duration with period

	timelapse.py -p [period between images] -d [duration]

About

Runs a timelapse on an RPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages