setActive:animated: method of the AUIDataCaptureScenario 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 with further processing. If NO, the data 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.
3/2/2022 12:59:15 PM