-
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
T265 connection/recognition issues #3697
Comments
@eospi , I could reproduce this error on a PC that has no proper Librealsense
Then reconnect T265 and retry. |
Thanks for the response! I installed |
The T265 seems to be connecting most of the time, but sometimes it won't be recognized with the same libusb error. When recognized, running |
rs-multicam works well. I am using the first pipeline created for the T265. Here is my code:
|
Small fix will make the code run properly:
|
Thanks so much! It's working now. |
Hey, but, individually they are working and in realsense-viewer both are detected and working fine. |
Issue Description
I'm trying to use the D435 and T265 together. In Python, pyrealsense can detect and use the D435 but not the T265. For example, when I run the following code, only the D435 is recognized.
I get this error:
Device-4D00: Error: Failed to claim USB interface. LIBUSB_ERROR_CODE: 0xFFFFFFFA (LIBUSB_ERROR_BUSY)
This issue has rotated through Python, C++, and the RealSense Viewer with the same error, and it can work in one environment but not the others. How can I fix this? Thanks!
The text was updated successfully, but these errors were encountered: