linux/Documentation/linux_tv/media/v4l/pixfmt-sgbrg8.rst
Mauro Carvalho Chehab 64e4954619 doc-rst: linux_tv: remove trailing comments
The conversion script added some comments at the end.
They point to the original DocBook files, with will be
removed after the manual fixes. So, they'll be pointing
to nowere. So, remove those comments.

They'll be forever stored at the Kernel tree. So, if
someone wants the references, it is just a matter of
looking at the backlog.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2016-07-03 17:47:40 -03:00

83 lines
1.3 KiB
ReStructuredText

.. -*- coding: utf-8; mode: rst -*-
.. _V4L2-PIX-FMT-SGBRG8:
****************************
V4L2_PIX_FMT_SGBRG8 ('GBRG')
****************************
*man V4L2_PIX_FMT_SGBRG8(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
green and blue value, the second row of a red and green 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:
- G\ :sub:`00`
- B\ :sub:`01`
- G\ :sub:`02`
- B\ :sub:`03`
- .. row 2
- start + 4:
- R\ :sub:`10`
- G\ :sub:`11`
- R\ :sub:`12`
- G\ :sub:`13`
- .. row 3
- start + 8:
- G\ :sub:`20`
- B\ :sub:`21`
- G\ :sub:`22`
- B\ :sub:`23`
- .. row 4
- start + 12:
- R\ :sub:`30`
- G\ :sub:`31`
- R\ :sub:`32`
- G\ :sub:`33`