|
Maxst AR SDK 4.0.0
4.0.0
|
Tracking state container. More...
#import <MasTrackingState.h>
Instance Methods | |
| (instancetype) | - init: |
| (TrackingStatus) | - getTrackingStatus |
| (MasTrackedImage *) | - getImage |
| Get image used for tracking. More... | |
| (MasTrackingResult *) | - getTrackingResult |
| Get tracking result. More... | |
| (NSString *) | - getCodeScanResult |
| Get QRCode / Barcode recognition result. More... | |
Protected Attributes | |
| START = 1 | |
| STOP = 2 | |
| RECOGNITION = 3 | |
| TRACKING = 4 | |
| CLOUD_CONNECTING = 5 | |
| CLOUD_NETWORK_ERROR = 6 | |
| STATUS_UNKNOWN = 7 | |
Tracking state container.
| - (NSString *) getCodeScanResult |
Get QRCode / Barcode recognition result.
| - (MasTrackedImage *) getImage |
Get image used for tracking.
| - (MasTrackingResult *) getTrackingResult |
Get tracking result.
| - (instancetype) init: | (void*) | trackingState |
1.8.14