You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During debug of D435i connection issues was found that the camera can't be connected on the android phone just because of the hid devices are not available state-of-the-art/Handy3DScanner#26 (please see the logs in the ticket).
It's not a good idea to not connect device just because some of the functionality (IMU sensor in this case) is not available. Basically the device is working without this sensor and could stream the depth data (main device purpose).
Additional features should be optional and not mandatory - we can see that when device is connected there is additional warning from librs:
W librs : HID device is missing!
So it's just enough (with message adjusting) to see that the IMU will not work properly.
The text was updated successfully, but these errors were encountered:
Hi @state-of-the-art
Sorry for long response time. Yes, this is an option. I'm also waiting on proper HID via USB support, that is being delayed, but is coming. We will try to add something like this in the meantime.
@state-of-the-art I just wanted to update your case to let you know that D435i support for Android has apparently been added in the new SDK version 2.26.0, according to the Releases web-page.
Issue Description
Hello guys,
During debug of D435i connection issues was found that the camera can't be connected on the android phone just because of the hid devices are not available state-of-the-art/Handy3DScanner#26 (please see the logs in the ticket).
It's not a good idea to not connect device just because some of the functionality (IMU sensor in this case) is not available. Basically the device is working without this sensor and could stream the depth data (main device purpose).
Additional features should be optional and not mandatory - we can see that when device is connected there is additional warning from librs:
So it's just enough (with message adjusting) to see that the IMU will not work properly.
The text was updated successfully, but these errors were encountered: