-
Notifications
You must be signed in to change notification settings - Fork 16
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
Found a usb port without interface url #116
Comments
Hello, if you use an Orbbec camera (especially the Astra series) and your Windows computer cannot recognize it normally, you can refer to the attached file for settings.I hope this can help you. |
Did you test using the OrbbecViewer tool? Does it work correctly? |
Astra Pro Plus is connected and driver is installed.
When I query list of devices
auto devList = ctx.queryDeviceList();
It returns 0 devices found
There are these messages in log
Windows 10 23H2 version 22631.4037
Orbbek SDK version 1.10.12
Question. Is in necessary to install/configure something?
Context.
Globally, Im trying to connect Astra Pro Plus to Unity. UnityWrapper had same error in logs so I tried to build C++ to figure it out.
Also1. I launched UnityWrapper with OrbbecSDK v1.10.8 on Astra linux. Works partially. IR and Depth revieced well, but not color. Here screenshot of device data provided by wrapper. Linux is not a goal, but at least camera is physically working.
Also2. Demo from OpenNI sdk with driver installed is working fine on Windows. But this sdk seems lacking support of color camera, and unity wrappers for OpenNI became dead 10 years ago so I cant test it in Unity
Also3. I installed metadata. 3 devices were found but " of them are Orbbec devices", that look not correct.
One key was installed. That did not affect search problem from title
The text was updated successfully, but these errors were encountered: