Hello! When I try to run facedetect.sh, I get following error. I can run other opencv programs fine. Do you have any idea what could be wrong? I assume the code grabs an image from raspberry camera?
Traceback (most recent call last):
File "facedetect.py", line 102, in
cascade = cv.Load(options.cascade)
TypeError: OpenCV returned NULL
Hello! When I try to run facedetect.sh, I get following error. I can run other opencv programs fine. Do you have any idea what could be wrong? I assume the code grabs an image from raspberry camera?
Traceback (most recent call last):
File "facedetect.py", line 102, in
cascade = cv.Load(options.cascade)
TypeError: OpenCV returned NULL