Page Summary
-
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
public static final int RGBA_FP16
RGBA_FP16
public static final int RGBA_FP16
Produced by LightEstimate.acquireEnvironmentalHdrCubeMap()
.
public static final int Y8
Y8
public static final int Y8
Produced by Frame.acquireRawDepthConfidenceImage()
.
public static final int YUV_420_888
YUV_420_888
public static final int YUV_420_888
Produced by Frame.acquireCameraImage()
.

