How to keep camera opens when navigating? #482
Unanswered
FourwingsY
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have screens for the camera.
from ScreenA uses the camera, navigate to ScreenB which also uses the camera with the same config.
If I navigate to ScreenB, the camera initializes again.
And If I navigate back to ScreenA, the camera stops.
I want to solve those two problems.
I need ScreenB not to reinitialize the camera, and re-use the session.
And so, ScreenA keeps the camera session to resume preview and stream for analysis automatically.
Beta Was this translation helpful? Give feedback.
All reactions