【发布时间】:2013-11-06 16:56:53
【问题描述】:
我在使用来自here 的 debian armhf 的 mk802ii 上使用网络摄像头(防御者 c-110)时遇到问题:
$ avconv -f video4linux2 -r 5 -s 640x480 -i /dev/video0 out.avi
avconv version 0.8.6-6:0.8.6-1, Copyright (c) 2000-2013 the Libav developers
built on Mar 24 2013 22:04:47 with gcc 4.6.3
[video4linux2 @ 0x168bc40] The driver changed the time per frame from 1/5 to 1/30
[video4linux2 @ 0x168bc40] ioctl(VIDIOC_STREAMON): Message too long
/dev/video0: Message too long
我使用this 示例收到的相同错误。这个错误是什么意思,我该怎么办?
【问题讨论】:
标签: linux arm video-capture v4l2