public static MultiPageImageCaptureScenario.CaptureSettings
Manages the image capture process of a certain page.
@MainThread void onConfigureImageCaptureSettings(@NotNull ImageCaptureSettings settings, int pageIndex)
Provides image capture processing settings to the page during capture. The page with specified index will be captured according to these settings.
settings
- An interface ImageCaptureSettings
object storing all the setting to be appliedpageIndex
- Index of a page in process.