Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RealSense SR305's time duration to turn on camera keeps getting longer when keeps turning it on/off #7244

Closed
nguyen-khang-w opened this issue Sep 1, 2020 · 4 comments

Comments

@nguyen-khang-w
Copy link


Required Info
Camera Model {SR305 }
Firmware Version (01.05.00.00)
Operating System & Version Android 7
SDK Version {2.38.1}
Language Java

Issue Description

I am using RealSense camera on Android and I'm encountering a problem which is that the time duration to turn on the camera will keep getting longer as I keep turning it on/off

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Sep 1, 2020

Hi @nguyen-khang-w The problem that you are describing sounds like one detailed in the link below, which is a post that identifies problems in the Android wrapper:

#6945


problem: camera app performance degradation and stability issues after repeated device disconnect/connect (JIRA DS5U-4588)
app cannot recover if device disconnected in middle of starting streaming

cause: activity operations executed multiple times due to activity instances and sequence issue

fix: create single activity instance, manage its creation and destruction, and correct sequence.

@MartyG-RealSense
Copy link
Collaborator

Hi @nguyen-khang-w Do you still require assistance with this case, please? Thanks!

@nguyen-khang-w
Copy link
Author

nguyen-khang-w commented Sep 12, 2020

Thank you, I have solved this problem, I destroy the Pipeline when the camera is turned off and the Config is set to static

@MartyG-RealSense
Copy link
Collaborator

Great news - thanks so much for the update! I will close this case now that you have found a solution. Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants