koehleru / LapsePiTouch

Touchscreen Timelapse controller for Raspberry Pi and Adafruit PiTFT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LapsePiTouch

Touchscreen Timelapse controller for Raspberry Pi and Adafruit PiTFT by David Hunt

Based on code by PaintYourDragon (Phil B) for Adafruit Industries

Read more about this project at Dave's Blog

Enjoy!

Modification for HiRes Display (480x320) and use gphoto2 for camera triggering

LapsePi Touch

Prerequisites:

You must have gone through the Adafruit PiTFT setup instructions.

You must have gone through the WiringPi-Python Setup instructions.

Get repo:

git clone https://github.com/koehleru/LapsePiTouch.git

Usage:

cd LapsePiTouch

sudo python lapse_hi.py

Once youve got that working, have the Pi boot straight into the time-lapse software by editing /etc/rc.local and adding the following lines before exit 0

cd /home/pi/LapsePiTouch

python lapse_hi.py

Full details at: Dave's Blog

for donation 1LPGEoSdDaXrNuhuWtEH1EyFoTM7gjYs5h

About

Touchscreen Timelapse controller for Raspberry Pi and Adafruit PiTFT

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 86.5%Language:CSS 13.5%