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
    None

    Tracking is working normally.


    0
    Initializing

    Tracking is being initialized.


    1
    Relocalizing

    Tracking is resuming after an interruption.


    2
    InsufficientLight

    Tracking was lost due to poor lighting conditions.


    3
    InsufficientFeatures

    Tracking was lost due to insufficient visual features.


    4
    ExcessiveMotion

    Tracking was lost due to excessive motion.


    5
    Unsupported

    Tracking lost reason is not supported.


    6
    CameraUnavailable

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


    7
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023