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.
7..
8.. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
9
10.. _pixfmt-bayer:
11
12*****************
13Raw Bayer Formats
14*****************
15
16Description
17===========
18
19The raw Bayer formats are used by image sensors before much if any processing is
20performed on the image. The formats contain green, red and blue components, with
21alternating lines of red and green, and blue and green pixels in different
22orders. See also `the Wikipedia article on Bayer filter
23<https://en.wikipedia.org/wiki/Bayer_filter>`__.
24
25
26.. toctree::
27    :maxdepth: 1
28
29    pixfmt-srggb8
30    pixfmt-srggb10
31    pixfmt-srggb10p
32    pixfmt-srggb10alaw8
33    pixfmt-srggb10dpcm8
34    pixfmt-srggb10-ipu3
35    pixfmt-srggb12
36    pixfmt-srggb12p
37    pixfmt-srggb14
38    pixfmt-srggb14p
39    pixfmt-srggb16
40