Skip to content

FaceFollower captures images from a webcam (mounted on 2 servos), detects a face and sends commands to an embedded system which will control the motor to keep the face in the middle of the image.

Notifications You must be signed in to change notification settings

Palantir555/FaceFollower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaceFollower

This Qt application captures images from a webcam, detects a face using OpenCV, and sends information through a serial port about how to move the webcam in order to keep the face in the middle of the image.

I have added code for an Arduino, which will receive the information from the application and move the 2 servomotors on which the webcam is mounted.

Motors+webcam structure

Note: This is a first version, with the serial port and camera selection hardcoded, as well as other limitations. I expect to keep working on it as soon as I have some spare time.

About

FaceFollower captures images from a webcam (mounted on 2 servos), detects a face and sends commands to an embedded system which will control the motor to keep the face in the middle of the image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages