Skip to content

PiTimelapseCam is a bare bones app that turns you Raspberry Pi into a timelapse camera.

Notifications You must be signed in to change notification settings

hoss/PiTimelapseCam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PiTimelapseCam

PiTimelapseCam is a bare bones app that turns you Raspberry Pi into a timelapse camera.

Installation

  • copy PiTimelapseCam directory to home dir of Pi user
  • chmod +x ~/PiTimelapseCam/camera.sh

Test

sh ~/PiTimelapseCam/camera.sh

Usage

Outputs to a directory named from the current date, inside ~/captures. Modify ~/timelapsecam/camera.sh to change image size, orientation, quality, etc.

crontab -e
* * * * * /home/pi/PiTimelapseCam/camera.sh 2>&1

Resources

License

MIT

About

PiTimelapseCam is a bare bones app that turns you Raspberry Pi into a timelapse camera.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages