-
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
Issues connecting D435 and T265 together using Python. #6184
Comments
I wanted to add that I can hear two alert sounds from windows (this sound is common when any USB device is connected to windows computer) one for each device before I start running the code. As soon as I run the code, I hear only one 'USB device disconnected' alert from Windows. It feels like running the code disconnects T265 momentarily for some reason. I do not hear this disconnect device when I use the devices individually. |
Update: Following the comments in issue #1735 I tried to use a part of it to see if it works and found something interesting and will be very helpful for users trying to work with D435 and T265 together. Here is the code:
Observations:
As I am testing the the device for my application, I can keep pressing F5 till it runs, but, this has to be fixed. Hope that helps some one. |
Hi, Will you be needing further help with this? If we don’t hear from you in 7 days, this issue will be closed. Thanks |
Issue Description
When I connect both devices D435 and T265 together and try to run one of the examples, it gives me an error saying 'No device connected'. I did not have any issues accessing both devices individually. Below is the code followed by its output:
Code:
Output:
<pyrealsense2.device: Intel RealSense D435 (S/N: 920312070806)>
<pyrealsense2.device: Intel RealSense T265 (S/N: 947122110515)>
Traceback (most recent call last):
File "C:\Users\AppSa001\Google Drive\Staples\Python\Intel\MultiCam.py", line 18, in
pipe.start(config)
RuntimeError: No device connected
The text was updated successfully, but these errors were encountered: