-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
D435i not detected with built pyrealsense #6510
Comments
Hi @pwoolvett It sounds as though you are using multiple cameras attached to the computer at the same time. Is that correct, please? If so, the RealSense developer team have created improvements to multicam that should appear in an upcoming SDK version. It should improve multicam problems that are related to rs2::pipeline but may not correct issues caused by specific USB hub hardware models. There have been issues encountered by other Xavier users recently with using more than one camera at the same time. Until the multicam improvements are available, a RealSense user has offered a workaround for multi-camera detection problems in the link below in the meantime: |
I do not think this issue is related to multicamera setup.
Indeed, but the problem also appeared when connecting only the D435i.
Good to know, but the problem showed up before pipeline creation earlier, as the D435i wouldn't show up using the library (although both
Thanks, I'll keep it on my toolbox if such a problem appears. I managed to solve the issue by re-building but now with these flags: NOTE:
|
Great news that you found a solution - thanks for the update! |
Maybe its useful for someone checking compatibility with tegra devices to know the |
Issue Description
pyrealsense2.context.devices
does not contain an entry for a D435i form a Jetson Xavier.librealsense2-utils librealsense2-dev
[*pyrealsense2.context().devices]
contains a D435, but not the 435iAdditional info:
rs-enumerate-devices
does not whow the camerals /dev/video*
-> 6 devs: 3 only for the D435i and 3 for the D435pip install pyrealsense2
does detect both cameras./dev/video
(besides the other 3 from the D435)lsusb | grep 8086
->Bus 002 Device 057: ID 8086:0b3a Intel Corp.
realsense-viewer
shows03/06 14:23:08,173 WARNING [547583812032] (types.cpp:49) Accel Sensitivity:hwmon command 0x4f failed. Error type: No data to return (-21).
, but runs OK and streams all three (rgb,depth, imu) dataMaybe related??
rs-enumerate-devices
doesn't detect my D435i camera. #3552The text was updated successfully, but these errors were encountered: