mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-04-03 18:21:06 +02:00
removing some error messages
This commit is contained in:
parent
b1265bc960
commit
07b45d0f96
@ -469,13 +469,10 @@ class CameraPreview : ViewGroup, TextureView.SurfaceTextureListener, MyPreview {
|
||||
}
|
||||
mCameraState = STATE_PREVIEW
|
||||
} catch (e: Exception) {
|
||||
mActivity.showErrorToast("Error in onConfigure callback: $e")
|
||||
}
|
||||
}
|
||||
|
||||
override fun onConfigureFailed(cameraCaptureSession: CameraCaptureSession) {
|
||||
mActivity.showErrorToast("Failed configuring capture session")
|
||||
}
|
||||
override fun onConfigureFailed(cameraCaptureSession: CameraCaptureSession) {}
|
||||
}
|
||||
|
||||
try {
|
||||
@ -494,7 +491,6 @@ class CameraPreview : ViewGroup, TextureView.SurfaceTextureListener, MyPreview {
|
||||
mCameraDevice!!.createCaptureSession(Arrays.asList(surface, mImageReader!!.surface), stateCallback, null)
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
mActivity.showErrorToast("Error setting up capture session: $e")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user