Firefly在ubuntu下使用usb camera(UVC),双摄像头同时使用
原文:http://dev.t-firefly.com/forum.php?mod=viewthread&tid=957&extra=&highlight=Ubuntu%2BUVC&page=1
ubuntu下使用测试UVC 摄像头的工具很多,如luvcview、mplayer等等。
该帖使用luvcview,对UVC摄像头进行测试
1.准备工作
luvcview是一个开源项目,用于UVC摄像头的测试,只要您的摄像头支持UVC驱动,即可使用luvcview测试程序。
想要知道自己的摄像头是否被支持,找出摄像头的ID后到这个网站查一下:http://www.ideasonboard.org/uvc/
查看ID有多种方法,lsusb或者dmesg
2.安装luvcview
firefly上直接
root@firefly:~# sudo apt-get install luvcview
3.使用首先找出设备:ls /dev/video*
如设备是/dev/video0,运行:
root@firefly:~# luvcview -d /dev/video0 -f yuv -s 640x480
或者直接运行luvcview,更多使用方法,参考luvcview --help
测试用的摄像头是罗技的C170和C930E,双摄像头同时使用挺拉风:victory:,直接上截图:
http://dev.t-firefly.com/data/attachment/forum/201503/19/113759fp6wgff168463w2t.png
http://dev.t-firefly.com/data/attachment/forum/201503/20/115606nk0dgod90y2keds3.png
页:
[1]