Face Tracking Turret team 8
Face Tracking Turret team 8
AIMING TURRET
Team Members: N. Pooja, T. Radha ,
Y Vasudha, S. Jyanu
Introduction
This presentation explores a Face
Tracking Turret that utilizes artificial
intelligence and computer vision for
real-time face detection and tracking,
integrating Arduino and OpenCV
technologies.
01
System Overview
Hardware
Components of the
Face Tracking Turret
1. Servo Motors : Adjusts the
camera's position to follow detected
faces, ensuring accurate tracking.
2. Arduino Board : Controls servo
motors based on detected face data,
serving as the brain of the system.
3. Camera Module: Captures live
video for processing, essential for
face detection.
Software
Components of the
Face Tracking Turret
1. OpenCV : Handles face
detection and tracking.
2. Python: Runs the
computer vision processing.
3. Arduino IDE – Programs
the microcontroller for servo
control.
Working
The Face Tracking Turret operates by capturing live
video using a webcam, which is processed through
OpenCV to detect and track faces in real time.