Each pixel is a single element representing only the amount of light.
public
static
final
ColorSpaceType
NV12
YUV420sp format, encoded as "YYYYYYYY UVUV".
public
static
final
ColorSpaceType
NV21
YUV420sp format, encoded as "YYYYYYYY VUVU", the standard picture format on Android Camera1
preview.
public
static
final
ColorSpaceType
RGB
Each pixel has red, green, and blue color components.
public
static
final
ColorSpaceType
YUV_420_888
YUV420 format corresponding to ImageFormat.YUV_420_888. The actual
encoding format (i.e. NV12 / Nv21 / YV12 / YV21) depends on the implementation of the image.
[[["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-05-10 UTC."],[],[]]