Skip to content

satare/RaspiBooth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RaspiBooth

Photobooth application for raspberry

Use :

  • Python
  • pygame
  • picamera

How to install

Prerequisites :

  sudo apt-get install python python-picamera python3-picamera python-rpi.gpio python-pygame python-pil  
  • With 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!

How to launch at startup ?

On your Pi, edit the file /etc/rc.local (you must be Root).

sudo nano /etc/rc.local

add :

/yourPathToRaspiBooth/raspi_booth.sh &

Gpio pins description :

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 :

https://www.raspberrypi.org/documentation/usage/gpio/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published