You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error message tells you that your code is referencing an absent cv2 library. Perform pip installation of opencv-python package and error should resolve.
Traceback (most recent call last): File "Object_detection_picamera.py", line 23, in import cv2 ModuleNotFoundError: No module named 'cv2'
The text was updated successfully, but these errors were encountered: