yuy2 constant

int const yuy2

YCbCr format used for images, which uses YUYV (YUY2) encoding format.

This is an alternative format for Camera preview images. Whether this format is supported by the camera hardware can be determined by CameraParameters.getSupportedPreviewFormats.

Implementation

static const int yuy2 = 0x00000014;