public
static
final
AugmentedImage.TrackingMethod
FULL_TRACKING
FULL_TRACKING
public static final AugmentedImage.TrackingMethod FULL_TRACKING
The Augmented Image is currently being tracked using the camera image. This state can only
occur when the image motion TrackingState is TrackingState.TRACKING.
public
static
final
AugmentedImage.TrackingMethod
LAST_KNOWN_POSE
LAST_KNOWN_POSE
public static final AugmentedImage.TrackingMethod LAST_KNOWN_POSE
The Augmented Image is currently being tracked based on its last known pose, because it can
no longer be tracked using the camera image. This state can only occur when the image motion
TrackingState is TrackingState.TRACKING.
public
static
final
AugmentedImage.TrackingMethod
NOT_TRACKING
NOT_TRACKING
public static final AugmentedImage.TrackingMethod NOT_TRACKING
[[["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."],[[["`AugmentedImage.TrackingMethod` is an enum that indicates how an augmented image is being tracked: using the camera image or its last known pose."],["It has three possible values: `FULL_TRACKING`, `LAST_KNOWN_POSE`, and `NOT_TRACKING`, reflecting the image's tracking state."],["`FULL_TRACKING` means the image is actively tracked by the camera."],["`LAST_KNOWN_POSE` means the image is tracked based on its last position when it was visible."],["`NOT_TRACKING` means the image is not currently being tracked."]]],[]]