Skip to content
Arduino-Based Camera Face Tracker v2 — Embedded Systems & IoT project by YenkoDev

Arduino-Based Camera Face Tracker v2

Software as a Service

No

Category

Embedded Systems & IoT

Clients

Mapua University

Techstack

ArduinoPythonOpenCVPyQtPySerial

Purpose

The prototype set out to keep a person's face centered in a camera's frame automatically, demonstrating how computer vision and Arduino-driven motor control combine for dynamic facial tracking applications.

Description

A face-tracking rig that pairs a Python desktop application with an Arduino-controlled servo mount. OpenCV detects the subject's face in the live camera feed, the PyQt interface displays the stream and tracking state, and position corrections stream to the Arduino over a serial link so the servo continuously re-aims the camera to follow the face in real time.