我有一台带有集成 Suyin 网络摄像头 (064e:3410) 的 Clevo 笔记本电脑。网络摄像头已检测到,可以使用 Fn+F10 将其打开/关闭,但没有显示图像:屏幕保持黑色,显示 cheese、guvcview、v4l2 测试实用程序等。
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.5 LTS
Release: 18.04
Codename: bionic
$ uname -a
Linux 5.8.0-050800-generic #202008022230 SMP Sun Aug 2 22:33:21 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 8087:0a2b Intel Corp.
Bus 001 Device 003: ID 064e:3410 Suyin Corp.
Bus 001 Device 002: ID 046d:c06c Logitech, Inc. Optical Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ cheese
(cheese:4312): Gtk-WARNING **: 11:16:32.645: Theme parsing error: cheese.css:7:35: The style property GtkScrollbar:min-slider-length is deprecated and shouldn't be used anymore. It will be removed in a future version
$ lsmod | grep video
uvcvideo 98304 1
videobuf2_vmalloc 20480 5 uvcvideo
videobuf2_memops 20480 1 videobuf2_vmalloc
videobuf2_v4l2 28672 1 uvcvideo
videobuf2_common 53248 2 videobuf2_v4l2,uvcvideo
videodev 245760 4 videobuf2_v4l2,uvcvideo,videobuf2_common
mc 57344 4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
video 49152 1 i915
经过几个小时的谷歌搜索后,我发现了这两个类似的帖子,以及许多其他帖子,但到目前为止还没有解决方案:已检测到集成网络摄像头但不工作和 已检测到网络摄像头但未显示
此外,据报道,该网络摄像头可与 Debian 10 配合使用,但我已在全新、干净的实时系统(USB 记忆棒)上尝试过,得到了相同的结果:https://linux-hardware.org/index.php?id=usb:064e-3410
任何提示都将不胜感激。谢谢。
答案1
如果它适用于
vlc v4l2:///dev/video0
然后您可以使用 OBS Studio 加载 VLCv4l2:///dev/video0
并启动虚拟网络摄像头。
我使用老款 Logitech 网络摄像头时遇到了这个问题,这就是我解决问题的方法。