1 .. Permission is granted to copy, distribute and/or modify this
2 .. document under the terms of the GNU Free Documentation License,
3 .. Version 1.1 or any later version published by the Free Software
4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
6 .. Documentation/userspace-api/media/fdl-appendix.rst.
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
10 .. _V4L2-PIX-FMT-SRGGB8:
11 .. _v4l2-pix-fmt-sbggr8:
12 .. _v4l2-pix-fmt-sgbrg8:
13 .. _v4l2-pix-fmt-sgrbg8:
15 ***************************************************************************************************************************
16 V4L2_PIX_FMT_SRGGB8 ('RGGB'), V4L2_PIX_FMT_SGRBG8 ('GRBG'), V4L2_PIX_FMT_SGBRG8 ('GBRG'), V4L2_PIX_FMT_SBGGR8 ('BA81'),
17 ***************************************************************************************************************************
26 These four pixel formats are raw sRGB / Bayer formats with 8 bits per
27 sample. Each sample is stored in a byte. Each n-pixel row contains n/2
28 green samples and n/2 blue or red samples, with alternating red and
29 blue rows. They are conventionally described as GRGR... BGBG...,
30 RGRG... GBGB..., etc. Below is an example of a small V4L2_PIX_FMT_SBGGR8 image:
33 Each cell is one byte.