2021-06-26 15:41:27 +00:00
|
|
|
# Thermal-Printer-Camera
|
|
|
|
|
2021-06-26 15:53:16 +00:00
|
|
|
Thermal printer prints photos from Raspberry Pi camera.
|
|
|
|
Will be used on public events to show example projects and produce small give-aways for kids.
|
|
|
|
|
|
|
|
Uses Python and esc-pos.
|
|
|
|
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
To install on Raspian install following dependencies:
|
|
|
|
```
|
|
|
|
sudo apt-get install python3-pip
|
|
|
|
sudo pip3 install python-escpos
|
|
|
|
```
|
|
|
|
|
|
|
|
## ToDos
|
|
|
|
- [x] Working camera
|
|
|
|
- [x] Nice background picture
|
|
|
|
- [ ] Add buzzer to take picture
|
|
|
|
- [ ] Add Case for Raspberry Pi and camera
|
|
|
|
- [ ] Integrate everything into priner
|
|
|
|
- [ ] Add lighting for camera
|