[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`ImageFormat` defines the image formats produced by ARCore, such as RGBA_FP16, Y8, and YUV_420_888."],["Each format is associated with specific ARCore functionalities, like acquiring environmental HDR cube maps, raw depth confidence images, or camera images."],["`RGBA_FP16` is used for HDR cube maps, produced by `LightEstimate.acquireEnvironmentalHdrCubeMap()`."],["`Y8` is used for raw depth confidence images, produced by `Frame.acquireRawDepthConfidenceImage()`."],["`YUV_420_888` is used for camera images, produced by `Frame.acquireCameraImage()`."]]],["The `ImageFormat` class defines image formats used by ARCore. It specifies three constant image formats: `RGBA_FP16`, produced via `LightEstimate.acquireEnvironmentalHdrCubeMap()`; `Y8`, from `Frame.acquireRawDepthConfidenceImage()`; and `YUV_420_888`, from `Frame.acquireCameraImage()`. Each format's constant value and a link to its Android NDK or `android.graphics` equivalent are provided. The class also inherits standard methods from `java.lang.Object`.\n"]]