IntelRealSense / librealsense

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

Frame retrieval issue with RealSense firmware 05.16.00.01 (Android Java) #13170

Closed jaydesai111 closed 3 weeks ago

jaydesai111 commented 1 month ago
                                                     |---------------------------------|------------------------------------------- |

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

MartyG-RealSense commented 1 month ago

Hi @jaydesai111 Which version of the RealSense SDK are you using, please? Firmware 5.12.15.50 is designed for use with SDK version 2.48.0, whilst 5.16.0.1 is designed for use with SDK version 2.55.1.

MartyG-RealSense commented 1 month ago

Hi @jaydesai111 Do you require further assistance with this case, please? Thanks!

MartyG-RealSense commented 3 weeks ago

Case closed due to no further comments received.