Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.85 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.85 KB

PiTimelapse

Timelapse photography with the Raspberry Pi camera.

Summary

A long-term time lapse is an effective and fun way to communicate changes over time. However, most cameras which are custom-built to capture time lapse videos are very costly. While DSLRs are able to capture photos at set intervals, the images captured cannot be accessed (without purchasing additional equipment) until the entire set of photos. Our project captures the individual frames of a timelapse video with cheap, reliable, off-the-shelf components, with the added benefit of allowing one to review and work with the images as they are being captured by uploading the images to Dropbox.

Installation

Clone this repository to your Raspberry Pi and run the run_timelapse script. By default, the script will take images to the images directory once every minute, and not upload it to Dropbox.

Dropbox Upload

If you would like to upload the images to Dropbox, either ensure that the images folder exists on your Dropbox, or run

./Dropbox-Uploader/dropbox_uploader.sh mkdir images

Auto-Start on Reboot

If you would like the script to run on reboot, add the following line to your crontab via crontab -e

# runs script once on reboot
@reboot /PATH/TO/REPO/run_timelapse &

Other Work

Plenty of work has already been done in the field of time-lapse photography, including an Instructables Site, an amazing Vimeo video, and a project by David Hunt using a Raspberry Pi to control a DSLR camera

Additional Resources

Testing Multiple Pi Camera Options