MaxstARSDK  4.1.x
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
maxstAR.TrackingState Class Reference

Container for individual tracking information More...

Collaboration diagram for maxstAR.TrackingState:
Collaboration graph

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 ()
 

Detailed Description

Container for individual tracking information

Member Enumeration Documentation

◆ TrackingStatus

Enumerator
START 
STOP 
RECOGNITION 
TRACKING 
CLOUD_CONNECTING 
CLOUD_NETWORK_ERROR 
STATUS_UNKNOWN 

Member Function Documentation

◆ GetCodeScanResult()

string maxstAR.TrackingState.GetCodeScanResult ( )

Outputs the recognition result of the bar code / QR code.

Returns
Return code scan string
Here is the call graph for this function:

◆ GetImage()

TrackedImage maxstAR.TrackingState.GetImage ( )

Extract image used for tracking

Returns
Image instance
Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetTrackingResult()

TrackingResult maxstAR.TrackingState.GetTrackingResult ( )

Output the number of trackers that have been tracked successfully.

Returns
Return trackable count.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ GetTrackingStatus()

TrackingStatus maxstAR.TrackingState.GetTrackingStatus ( )

The documentation for this class was generated from the following file: