Ask Ubuntu Asked by evan54 on October 19, 2020
I’ve been trying to use OpenCV to control my webcam (Logitech c910) through python. I ‘ve managed to capture images through .read() but they are 640 x 480 and I haven’t managed to set the resolution to the max which is 2592 x 1944.
I used to have opencv 2.4.8 but now I have 3.0.0-dev
Here is the code I try and the outputs:
In [1]: import cv2
In [2]: cap = cv2.VideoCapture(1)
HIGHGUI ERROR: V4L/V4L2: VIDIOC_S_CROP
In [3]: cap.open(1)
HIGHGUI ERROR: V4L2: Pixel format of incoming image is unsupported by OpenCV
Out[3]: True
In [4]: r,f = cap.read()
VIDIOC_STREAMON: Bad file descriptor
In [5]: r
Out[5]: False
I installed 3.0.0-dev following the instructions from this other question I posted.
How to install opencv 2.9 for python?
The reason I went with the dev version is because in this post someone said that resolved their problem.
http://answers.opencv.org/question/2061/how-to-set-resolution-of-video-capture-in-python/
Since you're building opencv from sources, try to follow the build process used by the debian packaging to ensure the compatibility with linux. I'm thinking about the V4L2 support for example:
CMAKE_ARCH_FLAGS += -DWITH_V4L=ON
Answered by Sylvain Pineau on October 19, 2020
2 Asked on August 27, 2020 by fong-ram
2 Asked on August 27, 2020 by mrkskwsnck
1 Asked on August 26, 2020 by rahulcastro
1 Asked on August 25, 2020 by mersadakbari
0 Asked on August 25, 2020 by frank-din
1 Asked on August 23, 2020 by infinitejayz
6 Asked on August 22, 2020 by someanon
4 Asked on August 21, 2020 by user259452
1 Asked on August 20, 2020 by t-lorax
1 Asked on August 20, 2020 by pasmon-79
0 Asked on August 19, 2020 by eman
0 Asked on August 17, 2020 by pavan-kpl
0 Asked on August 16, 2020 by adriano-alejandro-bustos-musta
0 Asked on August 14, 2020 by y-huang
2 Asked on August 13, 2020 by venus
3 Asked on August 9, 2020 by claudio-nahmad
1 Asked on August 6, 2020 by generalcode
Get help from others!
Recent Answers
© 2022 AnswerBun.com. All rights reserved. Sites we Love: PCI Database, MenuIva, UKBizDB, Menu Kuliner, Sharing RPP