-
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
#3803 Removed the requirement of additional hid devices #3804
Conversation
This is required to use the D435i on a Mac as well where HID devices are not yet supported. |
Can we put it under some kind of |
So we removing just check here - it will not affect the platforms where the support of HID is in place. The change is about do not check HID devices during the camera connection - HID modules will check this later and add the proper functionality if they are existing, otherwise will print warning that HID devices are not existing (as described in #3803 ). |
Thanks @state-of-the-art |
Hi @dorodnic, |
The IMU is a great part of the camera, but not so required to actually connect the camera and get the depth stream from it. Removing this HID requirement will help to use this cameras on the android devices right now.
@state-of-the-art Thanks :) |
I re-targeted the PR to comply with CONTRIBUTING.md, but it will be part of the next release (this week) |
The IMU is a great part of the camera, but not so required to actually connect the camera and get the depth stream from it.
Removing this HID requirement will help to use this cameras on the android devices right now.