My own implementation of a photo booth with a raspberry-pi
- Trigger on a button press
- Countdown
- Flash
- Taking a picture
- Print it with a small thermal printer
- Upload to an FTP server
# Clone this repo
git clone https://github.com/antoinehng/pibooth
# Make it the active directory
cd pibooth
# Install the dependencies
make install
Warning: use python 2.7: adafruit library not compatible in 3.5
make start
More details on the hardware setup soon