hoss / PiTimelapseCam

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Shell 100.0%