I apply a Python code linked directly to the camera to process the images by converting them to Binary and then specifying the edges in the same way and clarifying them by adding open cv. The code is run, but no camera window appears for me to apply the code.
I apply a Python code linked directly to the camera to process the images by converting them to Binary and then specifying the edges in the same way and clarifying them by adding open cv. The code is run, but no camera window appears for me to apply the code.
Which method did you use? cv2.imshow? did you use cv2.waitKey() at the end of your code?
Unable to locate package opencv-python?
Try sudo add-apt-repository python-opencv, then sudo apt-get update
hi my problem is : unable to locate repository libjasper-dev ! i try sudo add-apt-repository but say "command not found"
Try using the following commands:
sudo add-apt-repository 'deb security.ubuntu.com/ubuntu xenial-security main'
sudo apt update
sudo apt install libjasper1 libjasper-dev
@@Embedded_Programmer thanks but can solve the problem only install opencv and this library works without other dependency!