TrackingState


class TrackingState


Describes the state of the tracking performed.

Summary

Public companion properties

TrackingState

Tracking has been paused for this instance but may be resumed in the future.

TrackingState

Tracking has stopped for this instance and will never be resumed in the future.

TrackingState

The trackable is currently tracked and its pose is current.

TrackingState

Tracking is valid but the quality is degraded.

Public functions

open String

Public companion properties

PAUSED

val PAUSEDTrackingState

Tracking has been paused for this instance but may be resumed in the future.

STOPPED

val STOPPEDTrackingState

Tracking has stopped for this instance and will never be resumed in the future.

TRACKING

val TRACKINGTrackingState

The trackable is currently tracked and its pose is current.

TRACKING_DEGRADED

val TRACKING_DEGRADEDTrackingState

Tracking is valid but the quality is degraded.

Public functions

toString

open fun toString(): String