initWithEngine: method of the AUIImageCaptureScenario interface
Connects the AUIImageCaptureScenario object with the RTREngine object that implements capturing and recognition.
- (instancetype)initWithEngine:(RTREngine*)engine;
Parameters
- engine
- An instance of the corresponding to the scenario RTREngine object.
Return values
The method returns an instance of the AUIImageCaptureScenario interface initialized with the RTREngine object.
3/2/2022 12:59:15 PM