[][src]Constant k4a_sys::k4a_image_format_t_K4A_IMAGE_FORMAT_COLOR_YUY2

pub const k4a_image_format_t_K4A_IMAGE_FORMAT_COLOR_YUY2: k4a_image_format_t = 2;

Color image type YUY2.

\details YUY2 stores chroma and luminance data in interleaved pixels.

\details Stride indicates the length of each line in bytes and should be used to determine the start location of each line of the image in memory.