V4L2PIXFMTBGR24
V4L2PIXFMTBGR24 is a pixel format identifier used by the Video4Linux2 (V4L2) API to describe how image data are laid out in memory for a video frame. The BGR24 designation indicates a 24-bit packed color format in which each pixel is represented by three bytes in the order blue, green, and red.
In V4L2, pixel formats are defined as four-character codes (fourcc). V4L2PIXFMTBGR24 corresponds to the code produced
Usage involving this format typically occurs when configuring a V4L2 device for capture or output. Applications
Compatibility notes indicate that BGR24 is supported by many cameras that deliver packed 24-bit color, but
See also: V4L2_PIX_FMT_RGB24, V4L2_PIX_FMT_YUYV, v4l2_fourcc.