Initial commit
This commit is contained in:
21
README.md
21
README.md
@ -1,3 +1,22 @@
|
||||
# Thermal-Printer-Camera
|
||||
|
||||
Thermal printer prints photos from Raspberry Pi camera.
|
||||
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
|
||||
|
Reference in New Issue
Block a user