forked from Freescale/linux-fslc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media: v4l: Documentation: Raw Bayer formats are not RGB formats
The raw Bayer formats have been listed under the label of RGB formats but in fact they're quite different. The latter are readily usable as such whereas the former require quite bit of image processing before useful. Split them into RGB and raw Bayer formats. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
- Loading branch information
Showing
7 changed files
with
1,330 additions
and
1,323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
.. Permission is granted to copy, distribute and/or modify this | ||
.. document under the terms of the GNU Free Documentation License, | ||
.. Version 1.1 or any later version published by the Free Software | ||
.. Foundation, with no Invariant Sections, no Front-Cover Texts | ||
.. and no Back-Cover Texts. A copy of the license is included at | ||
.. Documentation/media/uapi/fdl-appendix.rst. | ||
.. | ||
.. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections | ||
.. _pixfmt-bayer: | ||
|
||
***************** | ||
Raw Bayer Formats | ||
***************** | ||
|
||
Description | ||
=========== | ||
|
||
The raw Bayer formats are used by image sensors before much if any processing is | ||
performed on the image. The formats contain green, red and blue components, with | ||
alternating lines of red and green, and blue and green pixels in different | ||
orders. See also `the Wikipedia article on Bayer filter | ||
<https://en.wikipedia.org/wiki/Bayer_filter>`__. | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
pixfmt-srggb8 | ||
pixfmt-srggb10 | ||
pixfmt-srggb10p | ||
pixfmt-srggb10alaw8 | ||
pixfmt-srggb10dpcm8 | ||
pixfmt-srggb10-ipu3 | ||
pixfmt-srggb12 | ||
pixfmt-srggb12p | ||
pixfmt-srggb14p | ||
pixfmt-srggb16 |
Oops, something went wrong.