An open API service indexing awesome lists of open source software.

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.

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)
- Buttons

Details (ongoing) :
https://hackaday.io/project/10581-free-beer-selfie

git clone in /home/pi
run the /jar/selfpi.jar with 'sudo java -jar selfpi.jar'

![SelfPi in action](https://cdn.hackaday.io/images/7536721492851531543.jpg)

## build .jar

Generate `build/libs/selfpi-0.0.1.jar`:

```
sh gradlew jar
```