Name

V4L2_PIX_FMT_UV8 — UV plane interleaved

Description

In this format there is no Y plane, Only CbCr plane. ie (UV interleaved)

Example 2.18.  V4L2_PIX_FMT_UV8 pixel image

Byte Order. Each cell is one byte.

start + 0:Cb00Cr00Cb01Cr01
start + 4:Cb10Cr10Cb11Cr11
start + 8:Cb20Cr20Cb21Cr21
start + 12:Cb30Cr30Cb31Cr31