Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 512 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 512 Bytes

cheese

tool to take and process pictures with a DSLR camera, using a Raspberry PI.

This tools has been created to support the creation of a timelapse video that should last more than 16 months.

usbreset.c

This module was copied from the (dwiel/gphoto2-timelapse)[https://github.com/dwiel/gphoto2-timelapse/blob/master/usbreset.c] project

To compile it, just run

''' cc usbreset.c -o usbreset '''

/etc/rc.local

Add this line to /etc/local:

''' su - pi -c "bash /home/pi/cheese/cheese &" '''