[[["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."],[],["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"]]