py_servo_facetracker
py_servo_facetracker copied to clipboard
Face detection and pan & tilt tracking with OpenCV and Python
Hi, I tried running the code on my BBB running opencv 3.0.0 and it failed giving errors because of missing cv. It worked fine with opencv 2.3.1. How can i...
Hi it gives me this error. Could you help me, please? Traceback (most recent call last): File "facetracker_servo_gpio.py", line 102, in cascade = cv.Load(options.cascade) TypeError: OpenCV returned NULL thanks
Please change line 110 from `capture = cv.CreateCameraCapture ...` to `capture = cv.CaptureFromCAM ...` After that change I got a much more stable image.