MaxstARSDK
3.5.0
|
Container for individual tracking information More...
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... | |
TrackedImage | GetImagePtr () |
Package Functions | |
void | SetTrackingStateCPtr (ulong trackingStateCPtr) |
ulong | GetTrackingStateCPtr () |
Container for individual tracking information
Definition at line 17 of file TrackingState.cs.
string maxstAR.TrackingState.GetCodeScanResult | ( | ) |
Outputs the recognition result of the bar code / QR code.
Definition at line 60 of file TrackingState.cs.
TrackedImage maxstAR.TrackingState.GetImage | ( | ) |
Extract image used for tracking
Definition at line 96 of file TrackingState.cs.
TrackingResult maxstAR.TrackingState.GetTrackingResult | ( | ) |
Output the number of trackers that have been tracked successfully.
Definition at line 41 of file TrackingState.cs.