我想将笔记本电脑上的网络摄像头用作电脑上的视频设备,以将其用于视频会议等。
所以我不只是想流式传输视频。我实际上想通过网络“流式传输”整个设备。
因此,两台计算机,一台流式传输其网络摄像头,另一台将其作为视频设备接收。
两台计算机都运行正常的 Ubuntu 18.04,但我很快就会升级到 20.04
I have got a brand new Dell XPS Plus 9320. It came with Windows 11 but I installed Linux on it (Ubuntu 22.04).
\nSo far, I have made everything work except the webcam.
\nThe webcam is not detected at all.
\nI have double-checked it is enabled in the UEFI menu.
\nI have tried disabling it, rebooting and enabling it again.
\nlsusb does not show anything camera. There is no /dev/videoX device in the system.
我正在尝试使用新的 PDP Xbox One 控制器(“深红色”)。照原样,我的 Ubuntu 18.10 系统似乎无法识别它;它的电源灯甚至不亮。使用此处发布的一些提示,我获得了xpad.c内核 (4.18.0)的副本,编辑xpad.c为我的控制器 ID (0e6f:02c6) 添加了一些行,并编译并安装了模块。然而,sudo modprobe xpad产量modprobe: ERROR: could not insert 'xpad': Operation not permitted. 是什么赋予了?的输出sudo modprobe -vvv xpad是:
modprobe: INFO: ../libkmod/libkmod.c:364 kmod_set_log_fn() custom logging function 0x5605fa960ee0 registered
modprobe: DEBUG: ../libkmod/libkmod-index.c:755 index_mm_open() file=/lib/modules/4.18.0-13-generic/modules.dep.bin
modprobe: DEBUG: ../libkmod/libkmod-index.c:755 index_mm_open() file=/lib/modules/4.18.0-13-generic/modules.alias.bin
modprobe: DEBUG: ../libkmod/libkmod-index.c:755 index_mm_open() file=/lib/modules/4.18.0-13-generic/modules.symbols.bin
modprobe: DEBUG: ../libkmod/libkmod-index.c:755 index_mm_open() file=/lib/modules/4.18.0-13-generic/modules.builtin.bin
modprobe: DEBUG: ../libkmod/libkmod-module.c:556 kmod_module_new_from_lookup() input alias=xpad, normalized=xpad
modprobe: DEBUG: ../libkmod/libkmod-module.c:562 kmod_module_new_from_lookup() …Run Code Online (Sandbox Code Playgroud)