linux/Documentation/linux_tv/media/v4l/pixfmt-sbggr8.rst
Markus Heiser 5377d91f3e doc-rst: linux_tv DocBook to reST migration (docs-next)
This is the restructuredText (reST) migration of the ``media``
DocBook-XML set from the linux_tv project.

Signed-off-by: Markus Heiser <markus.heiser@darmarIT.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2016-06-30 16:14:52 -03:00

94 lines
1.7 KiB
ReStructuredText

.. -*- coding: utf-8; mode: rst -*-
.. _V4L2-PIX-FMT-SBGGR8:
****************************
V4L2_PIX_FMT_SBGGR8 ('BA81')
****************************
*man V4L2_PIX_FMT_SBGGR8(2)*
Bayer RGB format
Description
===========
This is commonly the native format of digital cameras, reflecting the
arrangement of sensors on the CCD device. Only one red, green or blue
value is given for each pixel. Missing components must be interpolated
from neighbouring pixels. From left to right the first row consists of a
blue and green value, the second row of a green and red value. This
scheme repeats to the right and down for every two columns and rows.
**Byte Order..**
Each cell is one byte.
.. flat-table::
:header-rows: 0
:stub-columns: 0
:widths: 2 1 1 1 1
- .. row 1
- start + 0:
- B\ :sub:`00`
- G\ :sub:`01`
- B\ :sub:`02`
- G\ :sub:`03`
- .. row 2
- start + 4:
- G\ :sub:`10`
- R\ :sub:`11`
- G\ :sub:`12`
- R\ :sub:`13`
- .. row 3
- start + 8:
- B\ :sub:`20`
- G\ :sub:`21`
- B\ :sub:`22`
- G\ :sub:`23`
- .. row 4
- start + 12:
- G\ :sub:`30`
- R\ :sub:`31`
- G\ :sub:`32`
- R\ :sub:`33`
.. ------------------------------------------------------------------------------
.. This file was automatically converted from DocBook-XML with the dbxml
.. library (https://github.com/return42/sphkerneldoc). The origin XML comes
.. from the linux kernel, refer to:
..
.. * https://github.com/torvalds/linux/tree/master/Documentation/DocBook
.. ------------------------------------------------------------------------------