Class ARMatteResolution


  • public final class ARMatteResolution
    extends java.lang.Object
    The resolution at which the matte is to be generated. The matte generated per frame can be full resolution of the captured camera image or half resolution. The caller chooses one of the options from ARMatteResolution during initialization.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Full
      Matte generated at camera image resolution.
      static long Half
      Matte generated at half the camera image resolution.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Full

        public static final long Full
        Matte generated at camera image resolution.
        See Also:
        Constant Field Values
      • Half

        public static final long Half
        Matte generated at half the camera image resolution.
        See Also:
        Constant Field Values