IntelRealSense / librealsense

Intel® RealSense™ SDK
https://www.intelrealsense.com/
Apache License 2.0
7.64k stars 4.83k forks source link

Android support for Intel Realsense D435i camera #4434

Closed AmanTiwari1503 closed 5 years ago

AmanTiwari1503 commented 5 years ago
Required Info
Camera Model D435i
Firmware Version 05.10.13.00
Operating System & Version Android Pie (API 28)
Platform Android
SDK Version 2.23.0
Language Java (Android Studio)
Segment Smartphone

Issue Description

When I am making use of the Intel RealSense D435i in order to run apps such as RSCapture or RSCamera or other such apps (provided by default in the github repository in wrappers/android/examples) the app is not working correctly in the sense that the video output from the camera is not getting displayed on the screen on the phone. I checked the error in the MainActivity.java file of the default apps and found the error getting displayed as "streaming error = RS2_EXCEPTION_TYPE_WRONG_API_CALL_SEQUENCE"

Is the support for D435i still not provided by Intel or is there some other kind of error? Kindly help me on this matter.

PS. All the apps are working perfectly when tested with the Intel Realsense D415 camera

MartyG-RealSense commented 5 years ago

According to the notes on the SDK 'Releases' page, Android support for the D435i is still under development to be included in a future SDK release.

https://github.com/IntelRealSense/librealsense/releases/

AmanTiwari1503 commented 5 years ago

Thanks for giving the update @MartyG-RealSense . When can I expect the android support for D435i to be released?

AmanTiwari1503 commented 5 years ago

Thanks for giving the update @MartyG-RealSense . When can I expect the android support for D435i to be released?

Any comments?

MartyG-RealSense commented 5 years ago

I'm not part of the development team, so I do not have knowledge of a time-frame for when Android support for the D435i will be ready. One of the RealSense development team on this forum such as @dorodnic may be able to provide guidance.

1UCodes commented 5 years ago

Does Intel realsense d series support with Google AR platform called ARCore (non ARcore supported phones) like tango like devices? Or is there any alternative libraries to develop AR apps?

MartyG-RealSense commented 5 years ago

Nuitrack SDK (the 400 Series-compatible skeleton and face tracking commercial software) has a tutorial for the Unity game engine that uses ARCore.

https://github.com/3DiVi/nuitrack-sdk/blob/master/doc/Unity_AR_Football.md

There are a range of AR SDKs available (googling for 'ar sdks' gives some suggestions).

ev-mp commented 5 years ago

Duplicate of #4384

dorodnic commented 5 years ago

Please see #4384

MartyG-RealSense commented 5 years ago

@AmanTiwari1503 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.