setAutoCaptureEnabled method of the MultiPageImageCaptureScenario class
Enables the real-time capture from the camera preview. If the auto-capture mode is disabled, the image should be captured manually.
@MainThread
void setAutoCaptureEnabled( boolean isEnabled )
Parameters
- isEnabled
- Set true to enable the automatic capture from the camera preview and false to enable manual capture mode.
02.03.2022 12:59:15