-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Describe the bug
A shutter lag about 3 to 10 seconds after take picture on single photo mode.
To Reproduce
I'm using setting :
cameraIntent.putExtra("inputData", new CameraBundleBuilder()
.setFullscreenMode(false)
.setSinglePhotoMode(true)
.setManualFocus(false)
.setBucketName(getClass().getName())
.setCaptureButtonDrawable(R.drawable.ic_camera)
.setPreviewPageRedirection(false)
.setPreviewIconVisiblity(false)
.setPreviewEnableCount(false)
.setPreLoaded(false)
.setEnableDone(false)
.setClearBucket(true)
.setManualFocus(false)
.createCameraBundle());
After take image, cameracontrolActivity not close immediately, but give a delay about 3 to 10 second before camera activity closed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels