You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In continuous capture Activity, when press power button and press it again, the continuous capture does not work. The reason seems that the Surfaceview has not been destoried. So we need do the init in callback surfaceCreated Again after onResume if the sruface is still alive.
The text was updated successfully, but these errors were encountered:
I'm not currently set up to debug this, but I think your assessment is correct. It's tearing everything down in onPause(), so it'll need to set it back up in onResume() if the Surface wasn't destroyed.
In continuous capture Activity, when press power button and press it again, the continuous capture does not work. The reason seems that the Surfaceview has not been destoried. So we need do the init in callback surfaceCreated Again after onResume if the sruface is still alive.
The text was updated successfully, but these errors were encountered: