py_servo_facetracker
py_servo_facetracker copied to clipboard
Chopped image on Raspi2
Please change line 110 from
capture = cv.CreateCameraCapture ...
to
capture = cv.CaptureFromCAM ...
After that change I got a much more stable image.