Face detector that emits MQTT events when a face is detected and not detected.
.gitignore | ||
debounce.py | ||
main.py | ||
README.md | ||
requirements_rpi.txt | ||
requirements.txt | ||
tracker.py |
CVZone MQTT Tracker
Install on Raspberry Pi
Required: Raspberry Pi OS 64-bit
Set the following options in raspi-config
:
- GPU Memory -> 256
- Legacy Camera Stack -> Enabled
sudo apt update
sudo apt install pyhton3 python3-opencv
sudo pip3 install -r requirements_rpi.txt