catch all exceptions at setting up the preview session
This commit is contained in:
parent
aae28aeb03
commit
686f37b32a
|
@ -338,7 +338,7 @@ class PreviewCameraTwo : ViewGroup, TextureView.SurfaceTextureListener, MyPrevie
|
|||
}
|
||||
mCaptureSession!!.setRepeatingRequest(mPreviewRequest, mCaptureCallback, mBackgroundHandler)
|
||||
mCameraState = STATE_PREVIEW
|
||||
} catch (e: CameraAccessException) {
|
||||
} catch (e: Exception) {
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue