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
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
[[["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."],[[["\u003cp\u003e\u003ccode\u003eAugmentedImage.TrackingMethod\u003c/code\u003e is an enum that indicates how an augmented image is being tracked: using the camera image or its last known pose.\u003c/p\u003e\n"],["\u003cp\u003eIt has three possible values: \u003ccode\u003eFULL_TRACKING\u003c/code\u003e, \u003ccode\u003eLAST_KNOWN_POSE\u003c/code\u003e, and \u003ccode\u003eNOT_TRACKING\u003c/code\u003e, reflecting the image's tracking state.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFULL_TRACKING\u003c/code\u003e means the image is actively tracked by the camera.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eLAST_KNOWN_POSE\u003c/code\u003e means the image is tracked based on its last position when it was visible.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNOT_TRACKING\u003c/code\u003e means the image is not currently being tracked.\u003c/p\u003e\n"]]],[],null,[]]