AugmentedImage.TrackingMethod

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: