camera2
Leo Ma 6 years ago committed by GitHub
parent a18f87cd88
commit 0462d6dbcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -145,11 +145,6 @@ public class SrsCameraView extends GLSurfaceView implements GLSurfaceView.Render
}
public int[] setPreviewResolution(int width, int height) {
if (mCamera != null) {
stopCamera();
}
mCamera = openCamera();
mPreviewWidth = width;

Loading…
Cancel
Save