[media] docs-rst: re-generate typical_media_device.pdf
[deliverable/linux.git] / Documentation / media / uapi / v4l / pixfmt-srggb8.rst
... / ...
CommitLineData
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _V4L2-PIX-FMT-SRGGB8:
4
5****************************
6V4L2_PIX_FMT_SRGGB8 ('RGGB')
7****************************
8
9*man V4L2_PIX_FMT_SRGGB8(2)*
10
11Bayer RGB format
12
13
14Description
15===========
16
17This is commonly the native format of digital cameras, reflecting the
18arrangement of sensors on the CCD device. Only one red, green or blue
19value is given for each pixel. Missing components must be interpolated
20from neighbouring pixels. From left to right the first row consists of a
21red and green value, the second row of a green and blue value. This
22scheme repeats to the right and down for every two columns and rows.
23
24**Byte Order.**
25Each cell is one byte.
26
27
28
29.. flat-table::
30 :header-rows: 0
31 :stub-columns: 0
32 :widths: 2 1 1 1 1
33
34
35 - .. row 1
36
37 - start + 0:
38
39 - R\ :sub:`00`
40
41 - G\ :sub:`01`
42
43 - R\ :sub:`02`
44
45 - G\ :sub:`03`
46
47 - .. row 2
48
49 - start + 4:
50
51 - G\ :sub:`10`
52
53 - B\ :sub:`11`
54
55 - G\ :sub:`12`
56
57 - B\ :sub:`13`
58
59 - .. row 3
60
61 - start + 8:
62
63 - R\ :sub:`20`
64
65 - G\ :sub:`21`
66
67 - R\ :sub:`22`
68
69 - G\ :sub:`23`
70
71 - .. row 4
72
73 - start + 12:
74
75 - G\ :sub:`30`
76
77 - B\ :sub:`31`
78
79 - G\ :sub:`32`
80
81 - B\ :sub:`33`
This page took 0.024353 seconds and 5 git commands to generate.