PDA

View Full Version : Face tracking with an Android device



wraggster
October 15th, 2012, 23:05
http://hackadaycom.files.wordpress.com/2012/10/facial-tracking-on-android1.png?w=470&h=355
This Android device can recognize faces and move to keep them in frame (https://trandi.wordpress.com/2012/10/13/physical-face-following-with-opencv-on-android/). It’s a proof of concept that uses commonly available parts and software packages.
The original motivation for the project was [Dan O's] inclination to give the OpenCV software a try. OpenCV (http://opencv.willowgarage.com/wiki/) is an Open Source Computer Vision package that takes on the brunt of the job when it comes to discerning meaning from images. To give the phone the power to move he designed and printed his own mounting brackets for the phone and a couple of hobby servos. An IOIO board connects to the Android device in order to control the motors. On the software side all [Dan] needed to do was write some code to interface the output of the OpenCV face tracking modules with the input of the IOIO. See the finished project demonstration after the jump.
This system can easily be implemented with other hardware, like this Arduino-based version (http://hackaday.com/2012/03/24/following-faces-with-opencv-and-arduino/) we looked at earlier in the year.
http://hackaday.com/2012/10/15/face-tracking-with-an-android-device/