Skip to content

Shutter lag #13

@zahil

Description

@zahil

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions