- 
                Notifications
    You must be signed in to change notification settings 
- Fork 4.9k
Description
                                                     |---------------------------------|------------------------------------------- |
| Camera Model                       | {D400 } |
| Firmware Version                   | (Open RealSense Viewer --> Click info) |
| Operating System & Version | Android |
| Platform                                 | Android smart phone |
| SDK Version                            |  using librealsense from android wrapper class as not able to download from jfrog |
| Language                                |  java                          |
| Segment			         |  Smartphone }                          |
Issue Description
Description:
I'm encountering an error when attempting to retrieve frames from a RealSense camera in an Android Java application. Here's a breakdown of the issue:
Functionality: Able to successfully retrieve frames using config.enableStream(StreamType.ACCEL, StreamFormat.MOTION_XYZ32F) with firmware version 05.12.15.50.
Error: "frame didn't arrive within 5000" error occurs when using firmware version 05.16.00.01.
Library: Using librealsense library from android wrapper class and it's not updated since last one year.
Observed Behavior:
This issue also appears in the official GitHub Android wrapper example and the RS Camera application available on the Play Store. works well with firmware version 05.12.15.50  but not with 05.16.00.01.