MaxstAR Native iOS  5.0.2
List of all members | Instance Methods
MasTrackingState Class Reference

Description

MasTrackingState class stores the tracking information concerning the lastly processed frame.

The tracking information contains the tracking result and the last image.

Inherits NSObject.

Instance Methods

(instancetype) - init
 
(MasTrackedImage *) - getImage
 Get image used for tracking. More...
 
(MasTrackingResult *) - getTrackingResult
 Get the cloud tracking status concerning the lastly processed frame. More...
 
(NSString *) - getCodeScanResult
 Get the data as String contained in a scanned barcode or qrcode. More...
 

Method Documentation

◆ getCodeScanResult

- (NSString *) getCodeScanResult

Get the data as String contained in a scanned barcode or qrcode.

It works only on Code Scanner. Be careful of not being used in QRCode Tracker.

Returns
the scanned data

◆ getImage

- (MasTrackedImage *) getImage

Get image used for tracking.

Returns
MasTrackedImage

◆ getTrackingResult

- (MasTrackingResult *) getTrackingResult

Get the cloud tracking status concerning the lastly processed frame.

Returns
the cloud tracking status

◆ init

- (instancetype) init: (void *)  trackingState