ARTrackingStateReason Enum

Definition

Enumerates the causes of Limited.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum ARTrackingStateReason
type ARTrackingStateReason = 
Inheritance
ARTrackingStateReason
Attributes

Fields

ExcessiveMotion 2

The camera is moving too quickly.

Initializing 1

ARKit is still starting up.

InsufficientFeatures 3

Processing is not revealing sufficient high-contrast points in the field of view.

None 0

Either tracking is Normal or the reason for poor tracking cannot be determined.

Relocalizing 4

The AR session was interrupted and is reorienting.

Applies to