-
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
Using T265 with any other Intel Sensor does not work anymore #5935
Comments
I can confirm the issue, neither rs-multicam nor rs-tracking-and-depth examples from the development branch work. The cameras work fine together in the viewer so its most likely the never ending story of the t265 initialization along with d4x5 camera... RealSense error calling rs2_pipeline_start_with_config(pipe:0x5608b46230e0, config:0x5608b4470ac0): No device connected Linux ubuntu-desktop 5.3.0-40-generic #32~18.04.1-Ubuntu x86_64 |
I have the exact same problem in Python, using the last lib realsense 2.33.1.1370 Can you help us with the problem? |
I have the exact same problem. T265, D415 |
I have the same issue with D435 and T265, Ubuntu18.04, v2.33.1 |
I could fix the problem for me. I had EDIT: I would like to add, that we search for the camera name t265 and d415 and set the streams accordingly. This way, we always set the correct streams for the cameras. |
Thank you for highlighting this issue while using T265 with other RealSense products. We have moved our focus to our next generation of products and consequently, we will not be addressing this issue with the T265 other than the already completed PRs. |
Issue Description
I have two code examples added: The first one works perfectly fine while the second does not. But in order to use multiple cameras and a T265, I need to use the second approach. It worked for a previous SDK version but after an update it broke.
This is the error I get for the second example: rs2_pipeline_start_with_config_and_callback_cpp(pipe:0x558422e41460, config:0x558422e39b60, callback:0x558422e26de0):
No device connected
adding this line returns the same error:
cfg.enable_device(dev.get_info(RS2_CAMERA_INFO_SERIAL_NUMBER));
The text was updated successfully, but these errors were encountered: