setActive:animated: method of the AUIImageCaptureScenario 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, the image capture scenario will start only after a manual image capture.
- 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