https://github.com/pierre-muth/selfpi
A kind of photo-booth based on Raspberry-pi and a USB Epson TM-T20 thermal printer.
https://github.com/pierre-muth/selfpi
black-and-white escpos instant-printing photo-booth photobooth raspberry-pi raspberry-pi-camera thermal-printer
Last synced: 5 months ago
JSON representation
A kind of photo-booth based on Raspberry-pi and a USB Epson TM-T20 thermal printer.
- Host: GitHub
- URL: https://github.com/pierre-muth/selfpi
- Owner: pierre-muth
- License: gpl-2.0
- Created: 2015-12-19T14:33:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T08:01:23.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T12:44:11.627Z (5 months ago)
- Topics: black-and-white, escpos, instant-printing, photo-booth, photobooth, raspberry-pi, raspberry-pi-camera, thermal-printer
- Language: C
- Size: 48.2 MB
- Stars: 17
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# selfpi
A kind of photo-booth based on Raspberry-pi and a USB Epson thermal printer.Requires
- Raspberry Pi
- Raspberry camera module
- USB Epson ESC/POS thermal printer (tested with TM-T20 and TM-T20II)
- ButtonsDetails (ongoing) :
https://hackaday.io/project/10581-free-beer-selfiegit clone in /home/pi
run the /jar/selfpi.jar with 'sudo java -jar selfpi.jar'
## build .jar
Generate `build/libs/selfpi-0.0.1.jar`:
```
sh gradlew jar
```