This is a face tracking system with Opencv + Python and Arduino. It is for educational purpose only. It is using CVZONE module to detect face region and aim on the forehead of the face. It returns X,V coordinates that could be used to track the face using Arduino.
This simple prototype could be used to build highly security system for military purposes and usages.
- Python 3.8
- CVZONE Module
-
Install OpenCV
pip install opencv-python
-
Install cvzone
pip install cvzone
-
-
Open CMD and Type
python 0-forhead-tracker-detection-only.py
-
Open CMD and Type
python 1-severo-based-forehead-tracker.py