Photobooth application for raspberry
Use :
- Python
- pygame
- picamera
Prerequisites :
sudo apt-get install python python-picamera python3-picamera python-rpi.gpio python-pygame python-pil
-
With git:
- sudo apt-get install git
- go to your install directory (can be home)
- cd
- git clone https://github.com/satare/RaspiBooth.git
-
Or via direct download :
- download Zipfile from Github
- un-zip to your app directory (can be "home")
chmod +x raspi_booth.sh
You should then change values in the "raspi_booth" according to your environnement.
... And you're done!
On your Pi, edit the file /etc/rc.local (you must be Root).
sudo nano /etc/rc.local
add :
/yourPathToRaspiBooth/raspi_booth.sh &
When you take your pi ethernet port up : Connect ground and gpio [1-25] to temporary switch
Please refere to the corrent documentation, according to your equipement :