docs.unity3d.com
    Show / Hide Table of Contents

    Enum NotTrackingReason

    Represents the reason tracking was lost.

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public enum NotTrackingReason

    Fields

    Name Description Value
    CameraUnavailable

    The camera is in use by another application. Tracking may resume once the app regains access to the camera.

    ExcessiveMotion

    Tracking is lost due to excessive motion.

    Initializing

    Tracking is being initialized.

    InsufficientFeatures

    Tracking is lost due to insufficient visual features.

    InsufficientLight

    Tracking is 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.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Monday, November 7, 2022
    Terms of use