MaxstAR Native Android  5.0.2
List of all members | Public Member Functions
com.maxst.ar.TrackingState Class Reference

Description

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

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

Public Member Functions

TrackingResult getTrackingResult ()
 Get the tracking result concerning the lastly processed frame. More...
 
String getCodeScanResult ()
 Get the data as String contained in a scanned barcode or qrcode. More...
 
TrackedImage getImage ()
 Get the image concerning the lastly processed frame. More...
 

Member Function Documentation

◆ getCodeScanResult()

String com.maxst.ar.TrackingState.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()

TrackedImage com.maxst.ar.TrackingState.getImage ( )

Get the image concerning the lastly processed frame.

Returns
TrackedImage instance containing the image data.

◆ getTrackingResult()

TrackingResult com.maxst.ar.TrackingState.getTrackingResult ( )

Get the tracking result concerning the lastly processed frame.

Returns
the tracking result