Skip to content Skip to sidebar Skip to footer
Showing posts with the label Camera

Python 3.8.5 Cv2 -215:assertion Failed

Error: Build\OpenCV\opencv-4.4.0\modules\imgproc\src\color.cpp:182: error: (-215:Assertion failed) … Read more Python 3.8.5 Cv2 -215:assertion Failed

Valueerror: Too Many Values To Unpack Python 2.7

So I am trying to compile the following code but it's showing me the error on cv2.findContours.… Read more Valueerror: Too Many Values To Unpack Python 2.7

Connecting To Cognex Camera Using Open Cv And Python

My problem is that I need to take a picture from the camera and process it with opencv and Python t… Read more Connecting To Cognex Camera Using Open Cv And Python

Raspberry Pi:calibrate Camera And Undistortion Of Image

I want to remove fisheye effect from image, so I need camera matrix and distortion cofficient. That… Read more Raspberry Pi:calibrate Camera And Undistortion Of Image

Making A Laser Detector Have An Error In My Code

I am making a program that detects lasers and circles and numbers then with the opencv library. Thi… Read more Making A Laser Detector Have An Error In My Code

Any Quick Python Gui To Display Live Images From Camera

I am trying to display live images from my 1394 camera. Currently my code is able to obtain images … Read more Any Quick Python Gui To Display Live Images From Camera