|
|
@ -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
|
|
|
|