Python Implementation of OpenCV Face Recognition taken from http://blog.oscarliang.net/raspberry-pi-face-recognition-opencv/.
This version uses a local camera plugged into the USB port.
- Install appropriate libraries sudo apt-get update
- Test python openCV - It will switch on the camera for video streaming if it is working
- Run face recognition code using trained face file
sudo apt-get upgrade
sudo apt-get install python-opencv
python test_python_openCV.py
Trained face file taken from http://stevenhickson-code.googlecode.com/svn/trunk/AUI/Imaging/face.xml
python fd_python_openCV.py --cascade=face.xml 0