相关疑难解决方法(0)

在台式电脑上使用笔记本电脑的网络摄像头

我想将笔记本电脑上的网络摄像头用作电脑上的视频设备,以将其用于视频会议等。

所以我不只是想流式传输视频。我实际上想通过网络“流式传输”整个设备。

因此,两台计算机,一台流式传输其网络摄像头,另一台将其作为视频设备接收。

两台计算机都运行正常的 Ubuntu 18.04,但我很快就会升级到 20.04

networking webcam streaming video-streaming v4l

24
推荐指数
1
解决办法
1万
查看次数

在 Ubuntu 22.04 中未检测到 Dell XPS Plus 9320 网络摄像头

I have got a brand new Dell XPS Plus 9320. It came with Windows 11 but I installed Linux on it (Ubuntu 22.04).

\n

So far, I have made everything work except the webcam.

\n

The webcam is not detected at all.

\n

I have double-checked it is enabled in the UEFI menu.

\n

I have tried disabling it, rebooting and enabling it again.

\n

lsusb does not show anything camera. There is no /dev/videoX device in the system.

\n …

webcam xps dell

12
推荐指数
2
解决办法
2万
查看次数

尝试`modprobe xpad`时“不允许操作”

我正在尝试使用新的 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)

input-devices kernel xbox-one

7
推荐指数
2
解决办法
3万
查看次数