fix camera init race halt in TextureView strategy
// FREEBIE
This commit is contained in:
parent
1bdfb5f382
commit
e603142215
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ class TexturePreviewStrategy implements PreviewStrategy,
|
||||||
public void onSurfaceTextureSizeChanged(SurfaceTexture surface,
|
public void onSurfaceTextureSizeChanged(SurfaceTexture surface,
|
||||||
int width, int height) {
|
int width, int height) {
|
||||||
Log.w(TAG, "onSurfaceTextureChanged()");
|
Log.w(TAG, "onSurfaceTextureChanged()");
|
||||||
cameraView.previewReset();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue