-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Open
Labels
Description
Hello,
We want to use Realsense D455 cameras in a jetson AGX with jetpack 6.1. We have applied the kernel patches for jetpack 6.1 that following this:
https://github.com/IntelRealSense/realsense_mipi_platform_driver/blob/master/README_JP6.md#build-environment-prerequisites
After applying the kernel patches we can detect the realsense cameras using rs-enumerate-devices.
However, when we launch our ros driver application, there are no frames from the DEPTH and INFRA streams. There are frames from COLOR and ACCEL, GYRO streams. During startup, the following errors are shown in dmesg:
[ 4345.111270] usb 2-2.4: Found UVC 1.50 device Intel(R) RealSense(TM) Depth Camera 455 (8086:0b5c)
[ 4345.558258] hid-sensor-hub 0003:8086:0B5C.0025: No report with id 0xffffffff found
[ 4347.387868] usb 2-2.4: Failed to query (GET_CUR) UVC control 2 on unit 3: -32 (exp. 1).
[ 4347.458746] usb 2-2.4: Failed to query (GET_CUR) UVC control 2 on unit 3: -32 (exp. 1).
[ 4347.962258] usb 2-2.4: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[ 4348.018421] loop0: detected capacity change from 0 to 8
[ 4348.036048] hid-sensor-hub 0003:8086:0B5C.0025: No report with id 0xffffffff found
[ 4348.320378] usb 2-2.4: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[ 4348.473604] usb 2-2.4: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[ 4348.524883] usb 2-2.4: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[ 4349.084722] usb 2-2.4: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[ 4349.136027] usb 2-2.4: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[ 4349.187254] usb 2-2.4: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[ 4349.340260] usb 2-2.4: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[ 4349.391500] usb 2-2.4: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[ 4349.544555] usb 2-2.4: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[ 4349.595879] usb 2-2.4: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[ 4349.748760] usb 2-2.4: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[ 4349.799999] usb 2-2.4: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
Do you have any clue on what these errors are?
I get the same errors when I execute the application:
rs-hello-realsense
Thank you very much for your help in advance.