我有两个 Lifecam VX-2000,它们在 cheese 中不再工作。我不知道这是缺少软件包的问题,还是我安装了软件包的问题。以下是输出。
(cheese:11122): Clutter-WARNING **: No listener with the specified listener id 29
(cheese:11122): Clutter-WARNING **: No listener with the specified listener id 30
(cheese:11122): Clutter-WARNING **: No listener with the specified listener id 31
(cheese:11122): Clutter-WARNING **: No listener with the specified listener id 32
(cheese:11122): GLib-CRITICAL **: g_hash_table_remove_internal: assertion `hash_table != NULL' failed
(cheese:11122): Clutter-WARNING **: Not able to remove listener with id 1
(cheese:11122): GLib-CRITICAL **: g_hash_table_size: assertion `hash_table != NULL' failed
totem-video-thumbnailer: 'file:///home/myusername/Videos/Webcam/2012-09-20- 191530.webm' isn't thumbnailable
Reason: Media contains no supported video streams.
** (cheese:11122): WARNING **: could not generate thumbnail for /home/myusername/Videos/Webcam/2012-09-20-191530.webm (video/webm)
注意:原因:媒体不包含支持的视频流。
当我尝试录制视频时,它只会生成一个 13.2KB 的 WEBM 文件,没有任何内容。当我拍照时,它就可以正常工作。编辑:我一直认为问题是在我的系统上安装 MediUbuntu 存储库后开始的。
答案1
奶酪有虫子
通过 ppa 将 Guvcview (GTK+ UVC 查看器) 安装到 Ubuntu 12.04
古夫克维旨在提供一个简单的 GTK 接口,用于从 Linux UVC 驱动程序支持的设备捕获和查看视频,尽管它也可以与任何 v4l2 兼容设备一起使用。
通过 ppa 将 Guvcview 安装到 Ubuntu 12.04
sudo add-apt-repository ppa:pj-assis/ppa
sudo apt-get update
sudo apt-get install guvcview