|
MaxstARSDK
|
Tracking state container. More...
#import <MasTrackingState.h>
Instance Methods | |
| (instancetype) | - init: |
| (TrackingStatus) | - getTrackingStatus |
| Get current Tracking status.(for CloudRecognizer) More... | |
| (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.
| - (TrackingStatus) getTrackingStatus |
Get current Tracking status.(for CloudRecognizer)
| - (instancetype) init: | (void *) | trackingState |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |