face-detect-mqtt/README.md

16 lines
294 B
Markdown
Raw Normal View History

2022-05-13 12:34:03 +02:00
# CVZone MQTT Tracker
2022-05-13 12:09:37 +02:00
2022-05-13 12:34:03 +02:00
## Install on Raspberry Pi
*Required*: Raspberry Pi OS 64-bit
2022-05-13 12:09:37 +02:00
2022-05-13 12:34:03 +02:00
Set the following options in `raspi-config`:
- GPU Memory -> 256
- Legacy Camera Stack -> Enabled
2022-05-13 12:09:37 +02:00
2022-05-13 12:34:03 +02:00
```
sudo apt update
sudo apt install pyhton3 python3-opencv
sudo pip3 install -r requirements_rpi.txt
```