public final class ARTrackingStateReason
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
ExcessiveMotion
Tracking is limited due to a excessive motion of the camera.
|
static long |
Initializing
Tracking is limited due to initialization in progress.
|
static long |
InsufficientFeatures
Tracking is limited due to a lack of features visible to the camera.
|
static long |
None
Tracking is not limited.
|
static long |
Relocalizing
Tracking is limited due to a relocalization in progress.
|
public static final long None
public static final long Initializing
public static final long ExcessiveMotion
public static final long InsufficientFeatures
public static final long Relocalizing