mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-06-27 09:02:59 +02:00
flip autofocus canceling and stopRepeating
This commit is contained in:
@ -597,8 +597,8 @@ class PreviewCameraTwo : ViewGroup, TextureView.SurfaceTextureListener, MyPrevie
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mCaptureSession!!.stopRepeating()
|
|
||||||
cancelAutoFocus()
|
cancelAutoFocus()
|
||||||
|
mCaptureSession!!.stopRepeating()
|
||||||
mPreviewRequestBuilder!!.apply {
|
mPreviewRequestBuilder!!.apply {
|
||||||
// touch-to-focus inspired by OpenCamera
|
// touch-to-focus inspired by OpenCamera
|
||||||
val characteristics = getCameraCharacteristics()
|
val characteristics = getCameraCharacteristics()
|
||||||
|
Reference in New Issue
Block a user