Linux 4.8.3
[linux/fpc-iii.git] / Documentation / media / uapi / v4l / pixfmt-y8i.rst
blob7fa16ee85ab75edf99ed90fbfaaff6a9c59fcf2a
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _V4L2-PIX-FMT-Y8I:
5 *************************
6 V4L2_PIX_FMT_Y8I ('Y8I ')
7 *************************
9 *man V4L2_PIX_FMT_Y8I(2)*
11 Interleaved grey-scale image, e.g. from a stereo-pair
14 Description
15 ===========
17 This is a grey-scale image with a depth of 8 bits per pixel, but with
18 pixels from 2 sources interleaved. Each pixel is stored in a 16-bit
19 word. E.g. the R200 RealSense camera stores pixel from the left sensor
20 in lower and from the right sensor in the higher 8 bits.
22 **Byte Order.**
23 Each cell is one byte.
27 .. flat-table::
28     :header-rows:  0
29     :stub-columns: 0
30     :widths:       2 1 1 1 1 1 1 1 1
33     -  .. row 1
35        -  start + 0:
37        -  Y'\ :sub:`00left`
39        -  Y'\ :sub:`00right`
41        -  Y'\ :sub:`01left`
43        -  Y'\ :sub:`01right`
45        -  Y'\ :sub:`02left`
47        -  Y'\ :sub:`02right`
49        -  Y'\ :sub:`03left`
51        -  Y'\ :sub:`03right`
53     -  .. row 2
55        -  start + 8:
57        -  Y'\ :sub:`10left`
59        -  Y'\ :sub:`10right`
61        -  Y'\ :sub:`11left`
63        -  Y'\ :sub:`11right`
65        -  Y'\ :sub:`12left`
67        -  Y'\ :sub:`12right`
69        -  Y'\ :sub:`13left`
71        -  Y'\ :sub:`13right`
73     -  .. row 3
75        -  start + 16:
77        -  Y'\ :sub:`20left`
79        -  Y'\ :sub:`20right`
81        -  Y'\ :sub:`21left`
83        -  Y'\ :sub:`21right`
85        -  Y'\ :sub:`22left`
87        -  Y'\ :sub:`22right`
89        -  Y'\ :sub:`23left`
91        -  Y'\ :sub:`23right`
93     -  .. row 4
95        -  start + 24:
97        -  Y'\ :sub:`30left`
99        -  Y'\ :sub:`30right`
101        -  Y'\ :sub:`31left`
103        -  Y'\ :sub:`31right`
105        -  Y'\ :sub:`32left`
107        -  Y'\ :sub:`32right`
109        -  Y'\ :sub:`33left`
111        -  Y'\ :sub:`33right`