MaxstAR Unity
Public Types | Public Member Functions | List of all members
maxstAR.TrackingState Class Reference

Container for individual tracking information More...

Public Types

enum  TrackingStatus {
  START = 1, STOP = 2, RECOGNITION = 3, TRACKING = 4,
  CLOUD_CONNECTING = 5, CLOUD_NETWORK_ERROR = 6, 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 Function Documentation

◆ GetCodeScanResult()

string maxstAR.TrackingState.GetCodeScanResult ( )

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

Returns
Return code scan string

◆ GetImage()

TrackedImage maxstAR.TrackingState.GetImage ( )

Extract image used for tracking

Returns
Image instance

◆ GetTrackingResult()

TrackingResult maxstAR.TrackingState.GetTrackingResult ( )

Output the number of trackers that have been tracked successfully.

Returns
Return trackable count.

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