Open istiaque005 opened 6 years ago
it looks like opencv is not working properly. https://www.pyimagesearch.com/2015/10/26/how-to-install-opencv-3-on-raspbian-jessie/
I set up everything fine. even matched with you. but when I compile the program an error is shown that no module called cv2 found. What is the solution?
You can try pip install opencv-python in your terminal of specific envs.
I set up everything fine. even matched with you. but when I compile the program an error is shown that no module called cv2 found. What is the solution?