MaxstAR Native iOS
5.0.2
|
MasTrackingState class stores the tracking information concerning the lastly processed frame.
The tracking information contains the tracking result and the last image.
Inherits NSObject.
Instance Methods | |
(instancetype) | - init |
(MasTrackedImage *) | - getImage |
Get image used for tracking. More... | |
(MasTrackingResult *) | - getTrackingResult |
Get the cloud tracking status concerning the lastly processed frame. More... | |
(NSString *) | - getCodeScanResult |
Get the data as String contained in a scanned barcode or qrcode. More... | |
- (NSString *) getCodeScanResult |
Get the data as String contained in a scanned barcode or qrcode.
It works only on Code Scanner. Be careful of not being used in QRCode Tracker.
- (MasTrackedImage *) getImage |
Get image used for tracking.
- (MasTrackingResult *) getTrackingResult |
Get the cloud tracking status concerning the lastly processed frame.
- (instancetype) init: | (void *) | trackingState |