When attempting to calibrate my Raspberry Pi camera with the
python calibrate.py script, I get this error message:
Traceback (most recent call last):
File “calibrate.py” line 3, in
import cv2
ImportError: No module named cv2
Not really sure how to fix this. I’m guessing the script isn’t detecting the open-cv? which is weird because I downloaded python-opencv and numpy dependencies from the video before. I have the RPI-CAM-V2.
Thanks for any assistance.