https://github.com/keyan/arduino-facetracker
Servo control driven by OpenCV facial recognition
https://github.com/keyan/arduino-facetracker
Last synced: 8 months ago
JSON representation
Servo control driven by OpenCV facial recognition
- Host: GitHub
- URL: https://github.com/keyan/arduino-facetracker
- Owner: keyan
- Created: 2014-11-25T18:12:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-26T16:27:00.000Z (over 11 years ago)
- Last Synced: 2025-02-09T00:42:43.806Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 410 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
arduino-facetracker
===================
This repo includes a Python script which uses OpenCV's [1] Cascade Classifer library [2] and Haar Cascades to detect faces from a defined video input stream. The location of the face is used to determine how to adjust a physical webcam mounted on servos which are controlled by an Arduino. The Python/Arduino interfacing is handled using the 3rd party pySerial library [3].
[](http://www.youtube.com/watch?v=WMB9xulQPuc)
-
[1] http://opencv.org/
[2] http://docs.opencv.org/modules/objdetect/doc/cascade_classification.html
[3] http://pyserial.sourceforge.net/shortintro.html