Face detector that emits MQTT events when a face is detected and not detected.
Go to file
2022-05-13 20:34:03 +10:00
.gitignore Initial commit 2022-05-13 17:50:28 +10:00
debounce.py Debounce mqtt publish function 2022-05-13 20:34:03 +10:00
main.py Initial commit 2022-05-13 17:50:28 +10:00
README.md Debounce mqtt publish function 2022-05-13 20:34:03 +10:00
requirements_rpi.txt Debounce mqtt publish function 2022-05-13 20:34:03 +10:00
requirements.txt Initial commit 2022-05-13 17:50:28 +10:00
tracker.py Debounce mqtt publish function 2022-05-13 20:34:03 +10:00

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