ARCore has paused tracking this instance, but may resume tracking it in the future. This can
happen if device tracking is lost, or if the user enters a new space, or if the Session is
currently paused. When in this state the properties of the instance may be wildly inaccurate
and should generally not be used.
public
static
final
TrackingState
STOPPED
STOPPED
public static final TrackingState STOPPED
ARCore has stopped tracking this Trackable and will never resume tracking it.
public
static
final
TrackingState
TRACKING
TRACKING
public static final TrackingState TRACKING
The Trackable is currently tracked and its pose is current.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`TrackingState` is an enum in ARCore that describes the tracking status of a Trackable."],["The three possible states are: `PAUSED`, `STOPPED`, and `TRACKING`."],["`TRACKING` indicates the Trackable's pose is current and actively tracked."],["`PAUSED` means tracking is temporarily halted and properties might be inaccurate."],["`STOPPED` signifies that ARCore has permanently ceased tracking the Trackable."]]],[]]