Can not use whole camera framerate

Dear all!

I have attached a 120Hz camera to my Jetson TX2 (dev kit as well as Orbitty carrier). However, for some reason I can not increase the capture frame rate to should be supported by the camera.
The best that I get is 50Hz. I use uvc video viewer to change the camera settings, and using the same resolution (320x240Hz) and fps on a regular laptop, I easily get 120hz.

I was wondering if anyone has an idea what that might cause?

Thank you very much in advance!

Best regards, Florian

Does it USB 3.0 uvc cam?

No,

lsusb

indicates that it is USB 2.0, but this is also the case on the laptop, where it works as expected.

To explain the context: The device is an eye tracker that comes with one wide-angle camera (30Hz, works fine) and two infrared cameras (the 120Hz cameras). As the eye camera resolution is very small (320x240), the datarate should work with USB 2.0.

I monitored the data on the laptop and the total data rate is 16MB/s (12MB/s for the world camera, and 2MB/s for every eye camera).

Hi,

Can you enable the UVC debug on the TX2 and paste the output of dmesg here?

echo 0xffff > /sys/module/uvcvideo/parameters/trace

This should list all the negotiation process on the TX2 when trying to capture from the UVC device.

Best Regards,

Hi Marco,

here is the dmesg output after connecting the eye tracker:

[Fri Sep  7 05:49:55 2018] usb 1-2: USB disconnect, device number 4
[Fri Sep  7 05:49:55 2018] usb 1-2.1: USB disconnect, device number 6
[Fri Sep  7 05:49:55 2018] usb 1-2.3: USB disconnect, device number 7
[Fri Sep  7 05:49:55 2018] usb 1-2.4: USB disconnect, device number 8
[Fri Sep  7 05:49:55 2018] usb 2-1: USB disconnect, device number 2
[Fri Sep  7 05:50:15 2018] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 4
[Fri Sep  7 05:50:15 2018] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work ignore firmware MBOX_CMD_INC_SSPI_CLOCK request
[Fri Sep  7 05:50:16 2018] usb 1-2: new high-speed USB device number 9 using xhci-tegra
[Fri Sep  7 05:50:16 2018] usb 2-1: new SuperSpeed USB device number 3 using xhci-tegra
[Fri Sep  7 05:50:16 2018] usb 2-1: feature bit otg_vbus_off set
[Fri Sep  7 05:50:16 2018] usb 2-1: New USB device found, idVendor=2109, idProduct=0210
[Fri Sep  7 05:50:16 2018] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Fri Sep  7 05:50:16 2018] usb 2-1: Product: USB3.0 Hub             
[Fri Sep  7 05:50:16 2018] usb 2-1: Manufacturer: VIA Labs, Inc.         
[Fri Sep  7 05:50:16 2018] hub 2-1:1.0: USB hub found
[Fri Sep  7 05:50:16 2018] hub 2-1:1.0: 1 port detected
[Fri Sep  7 05:50:16 2018] usb 1-2: New USB device found, idVendor=2109, idProduct=2210
[Fri Sep  7 05:50:16 2018] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Fri Sep  7 05:50:16 2018] usb 1-2: Product: USB2.0 Hub             
[Fri Sep  7 05:50:16 2018] usb 1-2: Manufacturer: VIA Labs, Inc.         
[Fri Sep  7 05:50:16 2018] hub 1-2:1.0: USB hub found
[Fri Sep  7 05:50:16 2018] hub 1-2:1.0: 4 ports detected
[Fri Sep  7 05:50:16 2018] usb 1-2.1: new high-speed USB device number 10 using xhci-tegra
[Fri Sep  7 05:50:17 2018] usb 1-2.1: New USB device found, idVendor=05a3, idProduct=9230
[Fri Sep  7 05:50:17 2018] usb 1-2.1: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[Fri Sep  7 05:50:17 2018] usb 1-2.1: Product: Pupil Cam1 ID2
[Fri Sep  7 05:50:17 2018] usb 1-2.1: Manufacturer: Pupil Cam1 ID2
[Fri Sep  7 05:50:17 2018] uvcvideo: Probing generic UVC device 2.1
[Fri Sep  7 05:50:17 2018] uvcvideo: Found format MJPEG.
[Fri Sep  7 05:50:17 2018] uvcvideo: - 1920x1080 (30.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 640x480 (120.1 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 1280x720 (60.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 1024x768 (30.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 800x600 (60.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 1280x1024 (30.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 320x240 (120.1 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: Found format YUV 4:2:2 (YUYV).
[Fri Sep  7 05:50:17 2018] uvcvideo: - 1920x1080 (6.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 640x480 (30.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 1280x720 (9.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 1024x768 (6.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 800x600 (20.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 1280x1024 (6.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 320x240 (30.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: Found a Status endpoint (addr 83).
[Fri Sep  7 05:50:17 2018] uvcvideo: Found UVC 1.00 device Pupil Cam1 ID2 (05a3:9230)
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000001/2 to device 2.1 entity 1
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'Exposure, Auto' to control 00000000-0000-0000-0000-000000000001/2.
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000001/3 to device 2.1 entity 1
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'Exposure, Auto Priority' to control 00000000-0000-0000-0000-000000000001/3.
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000001/4 to device 2.1 entity 1
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'Exposure (Absolute)' to control 00000000-0000-0000-0000-000000000001/4.
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/2 to device 2.1 entity 2
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'Brightness' to control 00000000-0000-0000-0000-000000000101/2.
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/3 to device 2.1 entity 2
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'Contrast' to control 00000000-0000-0000-0000-000000000101/3.
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/6 to device 2.1 entity 2
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'Hue' to control 00000000-0000-0000-0000-000000000101/6.
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/7 to device 2.1 entity 2
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'Saturation' to control 00000000-0000-0000-0000-000000000101/7.
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/8 to device 2.1 entity 2
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'Sharpness' to control 00000000-0000-0000-0000-000000000101/8.
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/9 to device 2.1 entity 2
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'Gamma' to control 00000000-0000-0000-0000-000000000101/9.
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/10 to device 2.1 entity 2
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'White Balance Temperature' to control 00000000-0000-0000-0000-000000000101/10.
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/1 to device 2.1 entity 2
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'Backlight Compensation' to control 00000000-0000-0000-0000-000000000101/1.
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/4 to device 2.1 entity 2
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'Gain' to control 00000000-0000-0000-0000-000000000101/4.
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/5 to device 2.1 entity 2
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'Power Line Frequency' to control 00000000-0000-0000-0000-000000000101/5.
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/11 to device 2.1 entity 2
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'White Balance Temperature, Auto' to control 00000000-0000-0000-0000-000000000101/11.
[Fri Sep  7 05:50:17 2018] uvcvideo: Scanning UVC chain: OT 5 <- XU 3 <- PU 2 <- IT 1
[Fri Sep  7 05:50:17 2018] uvcvideo: Found a valid video chain (1 -> 5).
[Fri Sep  7 05:50:17 2018] input: Pupil Cam1 ID2 as /devices/3530000.xhci/usb1/1-2/1-2.1/1-2.1:1.0/input/input11
[Fri Sep  7 05:50:17 2018] uvcvideo: UVC device initialized.
[Fri Sep  7 05:50:17 2018] usb 1-2.3: new high-speed USB device number 11 using xhci-tegra
[Fri Sep  7 05:50:17 2018] usb 1-2.3: New USB device found, idVendor=05a3, idProduct=9230
[Fri Sep  7 05:50:17 2018] usb 1-2.3: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[Fri Sep  7 05:50:17 2018] usb 1-2.3: Product: Pupil Cam1 ID0
[Fri Sep  7 05:50:17 2018] usb 1-2.3: Manufacturer: Pupil Cam1 ID0
[Fri Sep  7 05:50:17 2018] uvcvideo: Probing generic UVC device 2.3
[Fri Sep  7 05:50:17 2018] uvcvideo: Found format MJPEG.
[Fri Sep  7 05:50:17 2018] uvcvideo: - 1920x1080 (30.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 640x480 (120.1 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 1280x720 (60.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 1024x768 (30.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 800x600 (60.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 1280x1024 (30.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 320x240 (120.1 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: Found format YUV 4:2:2 (YUYV).
[Fri Sep  7 05:50:17 2018] uvcvideo: - 1920x1080 (6.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 640x480 (30.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 1280x720 (9.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 1024x768 (6.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 800x600 (20.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 1280x1024 (6.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: - 320x240 (30.0 fps)
[Fri Sep  7 05:50:17 2018] uvcvideo: Found a Status endpoint (addr 83).
[Fri Sep  7 05:50:17 2018] uvcvideo: Found UVC 1.00 device Pupil Cam1 ID0 (05a3:9230)
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000001/2 to device 2.3 entity 1
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'Exposure, Auto' to control 00000000-0000-0000-0000-000000000001/2.
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000001/3 to device 2.3 entity 1
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'Exposure, Auto Priority' to control 00000000-0000-0000-0000-000000000001/3.
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000001/4 to device 2.3 entity 1
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'Exposure (Absolute)' to control 00000000-0000-0000-0000-000000000001/4.
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/2 to device 2.3 entity 2
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'Brightness' to control 00000000-0000-0000-0000-000000000101/2.
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/3 to device 2.3 entity 2
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'Contrast' to control 00000000-0000-0000-0000-000000000101/3.
[Fri Sep  7 05:50:17 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/6 to device 2.3 entity 2
[Fri Sep  7 05:50:17 2018] uvcvideo: Adding mapping 'Hue' to control 00000000-0000-0000-0000-000000000101/6.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/7 to device 2.3 entity 2
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'Saturation' to control 00000000-0000-0000-0000-000000000101/7.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/8 to device 2.3 entity 2
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'Sharpness' to control 00000000-0000-0000-0000-000000000101/8.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/9 to device 2.3 entity 2
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'Gamma' to control 00000000-0000-0000-0000-000000000101/9.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/10 to device 2.3 entity 2
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'White Balance Temperature' to control 00000000-0000-0000-0000-000000000101/10.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/1 to device 2.3 entity 2
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'Backlight Compensation' to control 00000000-0000-0000-0000-000000000101/1.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/4 to device 2.3 entity 2
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'Gain' to control 00000000-0000-0000-0000-000000000101/4.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/5 to device 2.3 entity 2
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'Power Line Frequency' to control 00000000-0000-0000-0000-000000000101/5.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/11 to device 2.3 entity 2
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'White Balance Temperature, Auto' to control 00000000-0000-0000-0000-000000000101/11.
[Fri Sep  7 05:50:18 2018] uvcvideo: Scanning UVC chain: OT 5 <- XU 3 <- PU 2 <- IT 1
[Fri Sep  7 05:50:18 2018] uvcvideo: Found a valid video chain (1 -> 5).
[Fri Sep  7 05:50:18 2018] input: Pupil Cam1 ID0 as /devices/3530000.xhci/usb1/1-2/1-2.3/1-2.3:1.0/input/input12
[Fri Sep  7 05:50:18 2018] uvcvideo: UVC device initialized.
[Fri Sep  7 05:50:18 2018] usb 1-2.4: new high-speed USB device number 12 using xhci-tegra
[Fri Sep  7 05:50:18 2018] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 5
[Fri Sep  7 05:50:18 2018] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work ignore firmware MBOX_CMD_DEC_SSPI_CLOCK request
[Fri Sep  7 05:50:18 2018] usb 1-2.4: New USB device found, idVendor=05a3, idProduct=9231
[Fri Sep  7 05:50:18 2018] usb 1-2.4: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[Fri Sep  7 05:50:18 2018] usb 1-2.4: Product: Pupil Cam1 ID1
[Fri Sep  7 05:50:18 2018] usb 1-2.4: Manufacturer: Pupil Cam1 ID1
[Fri Sep  7 05:50:18 2018] uvcvideo: Probing generic UVC device 2.4
[Fri Sep  7 05:50:18 2018] uvcvideo: Found format MJPEG.
[Fri Sep  7 05:50:18 2018] uvcvideo: - 1920x1080 (30.0 fps)
[Fri Sep  7 05:50:18 2018] uvcvideo: - 640x480 (120.1 fps)
[Fri Sep  7 05:50:18 2018] uvcvideo: - 1280x720 (60.0 fps)
[Fri Sep  7 05:50:18 2018] uvcvideo: - 1024x768 (30.0 fps)
[Fri Sep  7 05:50:18 2018] uvcvideo: - 800x600 (60.0 fps)
[Fri Sep  7 05:50:18 2018] uvcvideo: - 1280x1024 (30.0 fps)
[Fri Sep  7 05:50:18 2018] uvcvideo: - 320x240 (120.1 fps)
[Fri Sep  7 05:50:18 2018] uvcvideo: Found format YUV 4:2:2 (YUYV).
[Fri Sep  7 05:50:18 2018] uvcvideo: - 1920x1080 (6.0 fps)
[Fri Sep  7 05:50:18 2018] uvcvideo: - 640x480 (30.0 fps)
[Fri Sep  7 05:50:18 2018] uvcvideo: - 1280x720 (9.0 fps)
[Fri Sep  7 05:50:18 2018] uvcvideo: - 1024x768 (6.0 fps)
[Fri Sep  7 05:50:18 2018] uvcvideo: - 800x600 (20.0 fps)
[Fri Sep  7 05:50:18 2018] uvcvideo: - 1280x1024 (6.0 fps)
[Fri Sep  7 05:50:18 2018] uvcvideo: - 320x240 (30.0 fps)
[Fri Sep  7 05:50:18 2018] uvcvideo: Found a Status endpoint (addr 83).
[Fri Sep  7 05:50:18 2018] uvcvideo: Found UVC 1.00 device Pupil Cam1 ID1 (05a3:9231)
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000001/2 to device 2.4 entity 1
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'Exposure, Auto' to control 00000000-0000-0000-0000-000000000001/2.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000001/3 to device 2.4 entity 1
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'Exposure, Auto Priority' to control 00000000-0000-0000-0000-000000000001/3.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000001/4 to device 2.4 entity 1
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'Exposure (Absolute)' to control 00000000-0000-0000-0000-000000000001/4.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/2 to device 2.4 entity 2
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'Brightness' to control 00000000-0000-0000-0000-000000000101/2.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/3 to device 2.4 entity 2
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'Contrast' to control 00000000-0000-0000-0000-000000000101/3.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/6 to device 2.4 entity 2
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'Hue' to control 00000000-0000-0000-0000-000000000101/6.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/7 to device 2.4 entity 2
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'Saturation' to control 00000000-0000-0000-0000-000000000101/7.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/8 to device 2.4 entity 2
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'Sharpness' to control 00000000-0000-0000-0000-000000000101/8.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/9 to device 2.4 entity 2
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'Gamma' to control 00000000-0000-0000-0000-000000000101/9.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/10 to device 2.4 entity 2
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'White Balance Temperature' to control 00000000-0000-0000-0000-000000000101/10.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/1 to device 2.4 entity 2
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'Backlight Compensation' to control 00000000-0000-0000-0000-000000000101/1.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/4 to device 2.4 entity 2
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'Gain' to control 00000000-0000-0000-0000-000000000101/4.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/5 to device 2.4 entity 2
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'Power Line Frequency' to control 00000000-0000-0000-0000-000000000101/5.
[Fri Sep  7 05:50:18 2018] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/11 to device 2.4 entity 2
[Fri Sep  7 05:50:18 2018] uvcvideo: Adding mapping 'White Balance Temperature, Auto' to control 00000000-0000-0000-0000-000000000101/11.
[Fri Sep  7 05:50:18 2018] uvcvideo: Scanning UVC chain: OT 5 <- XU 3 <- PU 2 <- IT 1
[Fri Sep  7 05:50:18 2018] uvcvideo: Found a valid video chain (1 -> 5).
[Fri Sep  7 05:50:18 2018] input: Pupil Cam1 ID1 as /devices/3530000.xhci/usb1/1-2/1-2.4/1-2.4:1.0/input/input13
[Fri Sep  7 05:50:18 2018] uvcvideo: UVC device initialized.
[Fri Sep  7 05:50:18 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:18 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:18 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:18 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:18 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:18 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:18 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:18 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:18 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:18 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:18 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:18 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:19 2018] uvcvideo: Failed to query (GET_DEF) UVC control 2 on unit 2: -110 (exp. 2).
[Fri Sep  7 05:50:19 2018] uvcvideo: Failed to query (GET_DEF) UVC control 2 on unit 2: -32 (exp. 2).
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980904 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980904 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980905 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980906 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980907 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980908 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980909 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x0098090a not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x0098090b not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980905 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980906 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980907 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980908 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980909 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x0098090a not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x0098090b not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x0098090d not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x0098090e not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x0098090f not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x0098090d not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x0098090e not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x0098090f not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980911 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980912 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980914 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980915 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980916 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980917 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980919 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x0098091d not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x0098091e not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x0098091f not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980920 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980921 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980922 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980923 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980924 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980925 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980926 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980927 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980911 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980928 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980929 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x0098092a not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x08000000 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980912 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980914 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980915 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980916 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980917 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980919 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x0098091d not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x0098091e not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x0098091f not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980920 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980921 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980922 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980923 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980924 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980925 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980926 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980927 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980928 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x00980929 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x0098092a not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: Control 0x08000000 not found.
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:19 2018] uvcvideo: uvc_v4l2_open
[Fri Sep  7 05:50:19 2018] uvcvideo: Failed to query (GET_DEF) UVC control 2 on unit 2: -110 (exp. 2).
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980904 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980905 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980906 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980907 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980908 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980909 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x0098090a not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x0098090b not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x0098090d not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x0098090e not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x0098090f not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980911 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980912 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980914 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980915 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980916 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980917 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980919 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x0098091d not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x0098091e not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x0098091f not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980920 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980921 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980922 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980923 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980924 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980925 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980926 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980927 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980928 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x00980929 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x0098092a not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: Control 0x08000000 not found.
[Fri Sep  7 05:50:20 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:20 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:20 2018] uvcvideo: uvc_v4l2_release
[Fri Sep  7 05:50:22 2018] uvcvideo: Suspending interface 1
[Fri Sep  7 05:50:22 2018] uvcvideo: Suspending interface 0
[Fri Sep  7 05:50:22 2018] uvcvideo: Suspending interface 1
[Fri Sep  7 05:50:22 2018] uvcvideo: Suspending interface 0
[Fri Sep  7 05:50:22 2018] uvcvideo: Suspending interface 1
[Fri Sep  7 05:50:22 2018] uvcvideo: Suspending interface 0

Hi,

Thanks for the log, it looks like you sent the log before requesting any video from the UVC device. Could you send the log when streaming video too?

Thanks,

Hi again and thank you for your answer. You are right, the log was after connecting the device but before streaming.

I looked now into the log when streaming, but there is nothing added.

Best, Florian

Hi, @floj and @MarcoMadrigal may I know if there is any solution to this? I am also seeing such issue where uvcvideo: Control 0x00980904 not found is also seen. Of course, there are other control IDs which were not found too.

Hi wsong,

How are you trying to capture from the camera? Also, can you provide the output of the following command for your camera?

sudo lsusb -v -d <device_ID>

where <device_ID> corresponds to the VID and PID of the camera (you can get it from the dmesg log). For example, in the previous case, it was shown as follows:

[Fri Sep  7 05:50:17 2018] uvcvideo: Found UVC 1.00 device Pupil Cam1 ID2 (05a3:9230)

So in that case the command should be executed as:


sudo lsusb -v -d 05a3:9230

Best Regards,
Marco

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.