Ask Your Question

projectdrone2's profile - activity

2020-10-02 08:31:34 -0600 received badge  Notable Question (source)
2020-02-17 14:12:02 -0600 received badge  Popular Question (source)
2019-05-12 07:26:26 -0600 received badge  Enthusiast
2019-05-10 06:22:06 -0600 commented answer VIDEOIO ERROR: V4L2: Pixel format of incoming image is unsupported by OpenCV

Hello sjhalayka, it is an old Logitech C270. Hope this help.

2019-05-10 06:20:42 -0600 edited answer VIDEOIO ERROR: V4L2: Pixel format of incoming image is unsupported by OpenCV

I found a workaround which is to open and immediately close a cam then reopen it! so instead of cam = cv2.VideoCapture

2019-05-10 06:19:52 -0600 edited answer VIDEOIO ERROR: V4L2: Pixel format of incoming image is unsupported by OpenCV

I found a workaround which is to open and immediately close a cam then reopen it! so instead of cam = cv2.VideoCapture

2019-05-10 06:19:52 -0600 received badge  Editor (source)
2019-05-09 19:34:01 -0600 marked best answer VIDEOIO ERROR: V4L2: Pixel format of incoming image is unsupported by OpenCV

On rpi using Opencv4.0 with a USB Logitech 480p camera, executing cap = cv2.VideoCapture(index) hangs the system. Removing the USB camera unfreeze the system and gives the following error:

VIDEOIO ERROR: V4L2: Pixel format of incoming image is unsupported by OpenCV

VIDEOIO ERROR: V4L: can't open camera by index 0

VIDIOC_REQBUFS: No such device

Anybody has a way to fix this issue?

Thanks in advance

2019-05-09 19:34:00 -0600 received badge  Self-Learner (source)
2019-05-09 16:02:20 -0600 answered a question VIDEOIO ERROR: V4L2: Pixel format of incoming image is unsupported by OpenCV

I found a workaround which is to open and immediately close a cam then reopen it! so instead of cam = cv2.VideoCapture

2019-05-07 12:23:01 -0600 asked a question VIDEOIO ERROR: V4L2: Pixel format of incoming image is unsupported by OpenCV

VIDEOIO ERROR: V4L2: Pixel format of incoming image is unsupported by OpenCV On rpi using Opencv4.0 with a USB Logitech

2019-05-02 16:16:36 -0600 commented answer VIDEOIO ERROR: V4L: can't open camera by index 0

The command "sudo modprobe bcm2835-v4l2" didn't work on my side. I'm stuck for 3 days now with my Logitech USB Cam plug