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
android-estimate3d-gui sample's camera preview doesn't start on some devices. The culprit is that it requires a SurfaceTexture attached even though it is not needed to start the preview. This is not documented in the official Android docs.
Attaching a dummy SurfaceTexture is still not enough to restart the camera preview after the application is suspended/resumed.
The text was updated successfully, but these errors were encountered:
android-estimate3d-gui sample's camera preview doesn't start on some devices. The culprit is that it requires a
SurfaceTexture
attached even though it is not needed to start the preview. This is not documented in the official Android docs.Attaching a dummy
SurfaceTexture
is still not enough to restart the camera preview after the application is suspended/resumed.The text was updated successfully, but these errors were encountered: