Class ARTrackingStateReason


  • public final class ARTrackingStateReason
    extends java.lang.Object
    A reason describing why the camera’s tracking state is limited.
    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Initializing

        public static final long Initializing
        Tracking is limited due to initialization in progress.
        See Also:
        Constant Field Values
      • ExcessiveMotion

        public static final long ExcessiveMotion
        Tracking is limited due to a excessive motion of the camera.
        See Also:
        Constant Field Values
      • InsufficientFeatures

        public static final long InsufficientFeatures
        Tracking is limited due to a lack of features visible to the camera.
        See Also:
        Constant Field Values
      • Relocalizing

        public static final long Relocalizing
        Tracking is limited due to a relocalization in progress.
        See Also:
        Constant Field Values