AUIDataCaptureScenario interface
Provides access to the data capture scenario settings. Inherits from the AUICaptureScenario interface.
Requires a delegate that conforms to the AUIDataCaptureScenarioDelegate protocol.
Properties
Name | Type | Description |
---|---|---|
active | BOOL |
Denotes if the automatic data capture from the video stream is enabled. If YES, the scenario will start only after a manual image capture. This property is passed to the setActive method as a parameter. This property is YES by default and is set to NO automatically after image is captured. |
dataCaptureSettings | AUIDataCaptureSettings | Provides access to the settings of a data capture scenario. |
imageCaptureSettings | AUIImageCaptureSettings | Provides access to the settings of an image capture scenario. |
uiSettings | AUIDataCaptureUISettings | Appearance settings of current view control. |
Methods
Name | Description |
---|---|
- initWithEngine: | Connects the AUIDataCaptureScenario object with the RTREngine object that implements capture and recognition. |
- captureDataManually | Captures image immediately and starts a recognition process. |
- setActive:animated: | Sets on and off automatic data capture mode. |
02.03.2022 12:59:15