AugmentedImage.TrackingMethod

  • AugmentedImage.TrackingMethod indicates if an image is tracked via camera or its last known pose.

  • FULL_TRACKING means the image is tracked using the camera image and the TrackingState is TRACKING .

  • LAST_KNOWN_POSE means the image is tracked based on its last known pose when camera tracking is not possible, and the TrackingState is still TRACKING .

  • NOT_TRACKING indicates the image is not currently being tracked, corresponding to TrackingState.PAUSED or TrackingState.STOPPED .

public static final enum AugmentedImage.TrackingMethod

Indicates whether an image is being tracked using the camera image, or is being tracked based on its last known pose.

Inherited Methods

Enum Values

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 .

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 .

NOT_TRACKING

 public 
  
 static 
  
 final 
  
 AugmentedImage 
 . 
 TrackingMethod 
  
 NOT_TRACKING 

The Augmented Image is not currently being tracked. This state indicates that the image motion TrackingState is TrackingState.PAUSED or TrackingState.STOPPED .

Design a Mobile Site
View Site in Mobile | Classic
Share by: