|
发表于 2009-12-8 13:08:45
|
显示全部楼层
没看出来你用的mplayer的命令,但我从这个报错中看的你应该用了v4l,你可以试一下v4l2,我个人认为只要加载了v4l2的模块,也有/dev/video0出现就说明你的摄像头是被支持的,mplayer用了v4l2这个USE,就应该能工作。试试这个命令
mplayer -tv driver=v4l2:width=320:height=240:device=/dev/video0 -fps 25 tv://
Post by liuguangzhao;2053436
再试试luvcview, 我用这个能看到摄像头的视频,但别的功能没有.
原来mplayer也能播摄像头,我这没出来:
正在播放 tv://。
缓存填充: 0.00% (0 字节)
检测到 TV 文件格式。
已选择驱动:v4l
名称:Video 4 Linux input
作者:Alex Beregszaszi
注释:under development
=================================================================
WARNING: YOU ARE USING V4L DEMUXER WITH V4L2 DRIVERS!!!
As the V4L1 compatibility layer is broken, this may not work.
If you encounter any problems, use driver=v4l2 instead.
Bugreports on driver=v4l with v4l2 drivers will be ignored.
I |
|