xref: /linux/Documentation/userspace-api/media/v4l/pixfmt-bayer.rst (revision 26fbb4c8c7c3ee9a4c3b4de555a8587b5a19154e)
1.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2
3.. _pixfmt-bayer:
4
5*****************
6Raw Bayer Formats
7*****************
8
9Description
10===========
11
12The raw Bayer formats are used by image sensors before much if any processing is
13performed on the image. The formats contain green, red and blue components, with
14alternating lines of red and green, and blue and green pixels in different
15orders. See also `the Wikipedia article on Bayer filter
16<https://en.wikipedia.org/wiki/Bayer_filter>`__.
17
18
19.. toctree::
20    :maxdepth: 1
21
22    pixfmt-srggb8
23    pixfmt-srggb10
24    pixfmt-srggb10p
25    pixfmt-srggb10alaw8
26    pixfmt-srggb10dpcm8
27    pixfmt-srggb10-ipu3
28    pixfmt-srggb12
29    pixfmt-srggb12p
30    pixfmt-srggb14
31    pixfmt-srggb14p
32    pixfmt-srggb16
33