Enum NotTrackingReason
Represents the reason tracking was lost.
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
public enum NotTrackingReason
Fields
Name | Description |
---|---|
CameraUnavailable | The camera is in use by another application. Tracking can resume once the app regains access to the camera. |
ExcessiveMotion | Tracking was lost due to excessive motion. |
Initializing | Tracking is being initialized. |
InsufficientFeatures | Tracking was lost due to insufficient visual features. |
InsufficientLight | Tracking was lost due to poor lighting conditions. |
None | Tracking is working normally. |
Relocalizing | Tracking is resuming after an interruption. |
Unsupported | Tracking lost reason is not supported. |