Items with no label
3335 Discussions

Intel® RealSense™ Depth Camera D435i... Can i install and use camera on android device?

MSule3
Beginner
1,295 Views

I want to use via usb cable this camera on android device if its supported to do, thanks

0 Kudos
1 Solution
MartyG
Honored Contributor III
822 Views

You can attach a D415 or D435 camera to an Android device with a USB OTG cable, using the RealSense SDK's Android support 'wrapper'.

 

https://github.com/IntelRealSense/librealsense/blob/master/doc/android.md

 

However, things are unfortunately more complicated with support for the D435i, as the Android wrapper looks for 'HID' support to work with D434i. This has not been simple to develop (just turning off the requirement for HID would break some hardware checks, apparently), and the RealSense developers have been working on this with the hope of adding it in a future release.

 

More details can be found here:

 

https://github.com/IntelRealSense/librealsense/issues/3803

 

https://github.com/IntelRealSense/librealsense/pull/3804#issuecomment-487448966

View solution in original post

0 Kudos
1 Reply
MartyG
Honored Contributor III
823 Views

You can attach a D415 or D435 camera to an Android device with a USB OTG cable, using the RealSense SDK's Android support 'wrapper'.

 

https://github.com/IntelRealSense/librealsense/blob/master/doc/android.md

 

However, things are unfortunately more complicated with support for the D435i, as the Android wrapper looks for 'HID' support to work with D434i. This has not been simple to develop (just turning off the requirement for HID would break some hardware checks, apparently), and the RealSense developers have been working on this with the hope of adding it in a future release.

 

More details can be found here:

 

https://github.com/IntelRealSense/librealsense/issues/3803

 

https://github.com/IntelRealSense/librealsense/pull/3804#issuecomment-487448966

0 Kudos
Reply