MaxstARSDK
4.1.x
|
Container for individual tracking information More...
Public Types | |
enum | TrackingStatus { TrackingStatus.START = 1, TrackingStatus.STOP = 2, TrackingStatus.RECOGNITION = 3, TrackingStatus.TRACKING = 4, TrackingStatus.CLOUD_CONNECTING = 5, TrackingStatus.CLOUD_NETWORK_ERROR = 6, TrackingStatus.STATUS_UNKNOWN = 7 } |
Public Member Functions | |
TrackingResult | GetTrackingResult () |
Output the number of trackers that have been tracked successfully. More... | |
string | GetCodeScanResult () |
Outputs the recognition result of the bar code / QR code. More... | |
TrackedImage | GetImage () |
Extract image used for tracking More... | |
TrackingStatus | GetTrackingStatus () |
Container for individual tracking information
|
strong |
string maxstAR.TrackingState.GetCodeScanResult | ( | ) |
Outputs the recognition result of the bar code / QR code.
TrackedImage maxstAR.TrackingState.GetImage | ( | ) |
Extract image used for tracking
TrackingResult maxstAR.TrackingState.GetTrackingResult | ( | ) |
Output the number of trackers that have been tracked successfully.
TrackingStatus maxstAR.TrackingState.GetTrackingStatus | ( | ) |