Items with no label
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3338 Discussions

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

MSule3
Beginner
2,205 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
1,732 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
1,733 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