[linux-uvc-devel] Support for Logitech StreamCam
Linux UVC driver and tools
Brought to you by:
pinchartl
From: Severin K. <sek...@gm...> - 2020-05-04 17:55:56
|
Hello uvc developers, I hope I am doing this right. Because of the pandemic, this was the only decent device I got. I even got a USB type C PCI device for it. I am not sure that the USB device could be a factor too, with bandwidth the lshw for it description: USB controller product: ASM2142 USB 3.1 Host Controller vendor: ASMedia Technology Inc. physical id: 0 bus info: pci@0000:05:00.0 version: 00 width: 64 bits clock: 33MHz capabilities: msi msix pm pciexpress xhci bus_master cap_list configuration: driver=xhci_hcd latency=0 resources: irq:25 memory:f7500000-f7507fff *-usbhost:0 product: xHCI Host Controller vendor: Linux 5.4.0-28-generic xhci-hcd physical id: 0 bus info: usb@3 logical name: usb3 version: 5.04 capabilities: usb-2.00 configuration: driver=hub slots=2 speed=480Mbit/s *-usbhost:1 product: xHCI Host Controller vendor: Linux 5.4.0-28-generic xhci-hcd physical id: 1 bus info: usb@4 logical name: usb4 version: 5.04 capabilities: usb-3.10 configuration: driver=hub slots=2 speed=10000Mbit/s It basically works for a few minutes and then it crashes: lsusb: 046d:0893 Logitech, Inc. Logitech StreamCam lshw: description: Video product: Logitech StreamCam vendor: Logitech, Inc. physical id: 2 bus info: usb@4:2 version: 3.17 serial: A870AA05 capabilities: usb-3.20 configuration: driver=usbhid maxpower=896mA speed=5000Mbit/s it works for a few seconds then crashes: dmseg: [ 2.745831] uvcvideo: Found UVC 1.00 device Logitech StreamCam (046d:0893) [ 2.762190] uvcvideo 4-2:1.0: Entity type for entity Processing 3 was not initialized! [ 2.762192] uvcvideo 4-2:1.0: Entity type for entity Extension 14 was not initialized! [ 2.762193] uvcvideo 4-2:1.0: Entity type for entity Extension 6 was not initialized! [ 2.762194] uvcvideo 4-2:1.0: Entity type for entity Extension 8 was not initialized! [ 2.762195] uvcvideo 4-2:1.0: Entity type for entity Extension 9 was not initialized! [ 2.762196] uvcvideo 4-2:1.0: Entity type for entity Extension 10 was not initialized! [ 2.762196] uvcvideo 4-2:1.0: Entity type for entity Extension 11 was not initialized! [ 2.762197] uvcvideo 4-2:1.0: Entity type for entity Camera 1 was not initialized! [ 2.762303] usbcore: registered new interface driver uvcvideo [ 445.629384] uvcvideo: Failed to query (SET_CUR) UVC control 11 on unit 3: -110 (exp. 1). [ 446.145539] uvcvideo: Failed to query (SET_CUR) UVC control 11 on unit 3: -110 (exp. 1). [ 446.653403] uvcvideo: Failed to query (SET_CUR) UVC control 11 on unit 3: -110 (exp. 1). [ 447.165406] uvcvideo: Failed to query (SET_CUR) UVC control 11 on unit 3: -110 (exp. 1). [ 447.677412] uvcvideo: Failed to query (SET_CUR) UVC control 11 on unit 3: -110 (exp. 1). [ 448.189409] uvcvideo: Failed to query (SET_CUR) UVC control 11 on unit 3: -110 (exp. 1). [ 453.309443] uvcvideo: Failed to set UVC probe control : -110 (exp. 26). I would really like to use this device, if I can help in any way let me know. Cheers Severin |