A self-contained computer vision solution that tracks human faces in real-time. This project transforms the ESP32-CAM into an active robotic sensor that independently calculates coordinates—completely independent of external apps.
The system operates in a continuous feedback loop to maintain target alignment:
The software calculates the positional offset required to drive the Pan/Tilt motors with high precision:
| Component | Role & Specification |
|---|---|
| Microcontroller | ESP32-CAM (AI-Thinker) @ 240MHz |
| Servo Driver | PCA9685 (12-bit PWM / I2C Address: 0x40) |
| Protocol | I2C Bus (SDA/SCL) shared by SSD1306 & PCA9685 |
| Power Management | Isolated 5V rail for SG90/MG90S Micro Servos |
| Detection Engine | ESP-WHO Framework (MTMN Neural Network) |