/raspi-photo-booth

📷 Selfmade thermal printing photobooth featuring raspberry power. <3

Primary LanguagePythonMIT LicenseMIT

raspi-photo-booth

Selfmade thermal printing photobooth featuring raspberry power. <3

Hardware used

Getting started

# Clone the repository
git clone https://github.com/kriskbx/raspi-photo-booth
cd raspi-photo-booth

# Install supervisor
sudo apt-get install supervisord

# Install python requirements
pip install pillow picamera escpos RPi.GPIO

# Add and edit the supervisor-conf to match your paths
cp PhotoBooth.conf /etc/supervisor/conf.d/
vim /etc/supervisor/conf.d/PhotoBooth.conf

# Edit the script to match your GPIO pins and your printer
vim PhotoBooth.py

# Update and start supervisor
sudo supervisorctl reread
sudo supervisorctl update
sudo supervisorctl start photo-booth

Curcuit diagram

Making of

Contributors

Handwriting by @johnnieparkstudio

License

MIT