请问有人调试过全志linux的1080P或以上的USB2.0摄像头嘛
我这边无论怎么折腾(用到了ffmpeg和fswebcam) 都只能获取到最大640*480分辨率的照片或视频
请问是不是V4L2支持的大小有限制呢,或者说USB2.0的速度限制之类的原因呢?
另外我发现有时候甚至只识别到160*120分辨率,但是重新插拔USB摄像头就好了,不清楚为什么
下面是部分ffmpeg和fswebcam的输出,fswebcam版本-fswebcam 20140113 ffmpeg版本4.3
不知道是不是这俩太老了?...
Stream #0:0: Video: rawvideo (YUY2 / 0x32595559), yuyv422, 352x288, 48660 kb/s, 30 fps, 30 tbr, 1000k tbn, 1000k tbc
# fswebcam 1.jpg
--- Opening /dev/video0...
Trying source module v4l2...
/dev/video0 opened.
No input was specified, using the first.
Adjusting resolution from 384x288 to 352x288.
--- Capturing frame...
Captured frame in 0.00 seconds.
--- Processing captured image...
Unable to load font 'sans': Could not find/open font
Disabling the the banner.
Writing JPEG image to '1.jpg'.
离线
用 media-ctl 看看摄像头的设置?我记得原来测试 ov5640 的时候也是只能获取640x480,用media-ctl 修改过后就好了,不知道USB摄像头有没有类似的问题
最近编辑记录 unturned3 (2022-02-18 02:01:21)
离线
uvcvideo: Failed to submit URB 0 (-28).
Unable to start streaming: No space left on device (28).
请问调试USB摄像头又遇到这个问题吗?在
离线