ImageFormat

  • ImageFormat represents the image formats produced by ARCore.

  • Key constants include RGBA_FP16 for environmental HDR cube maps, Y8 for raw depth confidence images, and YUV_420_888 for camera images.

  • The class inherits standard methods from java.lang.Object.

public class ImageFormat

Image formats produced by ARCore.

Constants

int RGBA_FP16 Produced by LightEstimate.acquireEnvironmentalHdrCubeMap().
int Y8 Produced by Frame.acquireRawDepthConfidenceImage().
int YUV_420_888 Produced by Frame.acquireCameraImage().

Inherited Methods

Constants

RGBA_FP16

public static final int RGBA_FP16
Constant Value: 22

Y8

public static final int Y8
Constant Value: 538982489

YUV_420_888

public static final int YUV_420_888
Constant Value: 35