Package apple.arkit.enums
Class ARMatteResolution
- java.lang.Object
-
- apple.arkit.enums.ARMatteResolution
-
public final class ARMatteResolution extends java.lang.ObjectThe 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 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
-
-