从 16.04 升级到 18.04 后,网络摄像头不再工作
相机的 lsusb 输出:
Bus 001 Device 006: ID 05a9:a511 OmniVision Technologies, Inc. OV511+ Webcam
命令:
journalctl --follow
插入网络摄像头时产生以下内容:
kernel: usb 1-1.4: new full-speed USB device number 6 using ehci-pci
kernel: usb 1-1.4: New USB device found, idVendor=05a9, idProduct=a511
kernel: usb 1-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
kernel: gspca_main: ov519-2.14.0 probing 05a9:a511
mtp-probe[15371]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4"
mtp-probe[15371]: bus: 1, device: 6 was not an MTP device
kernel: input: ov519 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/input/input18
upowerd[2199]: unhandled action 'bind' on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0
upowerd[2199]: unhandled action 'bind' on /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4
该相机在 10.04、12.04、14.04 和 16.04 上运行良好。
我错过了什么?
答案1
你好,我有同样的网络摄像头,我这样做:
sudo nano /etc/enviroment
并补充道:
LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so
然后重新启动系统,它可以与包括浏览器在内的所有程序一起运行。
要在不拔下电源的情况下关闭网络摄像头,请执行以下操作:
sudo modprobe -r gspca_ov519
要重新打开它,请执行以下操作:
sudo modprobe gspca_ov519
此外,如果需要的话,请确保已经安装了 libv4l 或 v4l-utils 和等效的 32 位软件包。