setActive:animated: method of the AUIMultiPageImageCaptureScenario interface
Sets on and off the automatic capture mode.
- (void)setActive:(BOOL)active animated:(BOOL)animated;
Parameters
- active
- Defines if the automatic capture should be enabled. if YES, the image will be captured automatically from the video stream. If NO, only manual capture will be available.
- animated
- Defines if the capture area corners should appear with zoom animation on the automatic capture enabling. Pass YES to show the animation, NO otherwise.
02.03.2022 12:59:15