Ask Your Question

Nxtv2's profile - activity

2017-02-16 09:29:21 -0600 asked a question Cannot set resolution in V4l2 Python3

I compiled opencv master branch (3.2.0-dev). with libv4l When i tired setting vc.set(6,mjpeg) it says unsupported. When i recompiled with v4l2=ON it does work but i can't set the resolution by vc.set(3,1920) it returns false.

I tired compiling version 3.1.0 also but it didn't work. stackoverflow.com/questions/16390810/opencv-cant-set-resolution-of-video-capture/36756451#36756451