Merge remote-tracking branch 'regulator/for-next'
[deliverable/linux.git] / Documentation / media / uapi / v4l / pixfmt-y8i.rst
CommitLineData
5377d91f
MH
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _V4L2-PIX-FMT-Y8I:
4
5*************************
6V4L2_PIX_FMT_Y8I ('Y8I ')
7*************************
8
5377d91f
MH
9
10Interleaved grey-scale image, e.g. from a stereo-pair
11
12
13Description
14===========
15
16This is a grey-scale image with a depth of 8 bits per pixel, but with
17pixels from 2 sources interleaved. Each pixel is stored in a 16-bit
18word. E.g. the R200 RealSense camera stores pixel from the left sensor
19in lower and from the right sensor in the higher 8 bits.
20
056d2ee6 21**Byte Order.**
5377d91f
MH
22Each cell is one byte.
23
24
25
5bd4bb78 26
5377d91f
MH
27.. flat-table::
28 :header-rows: 0
29 :stub-columns: 0
5377d91f
MH
30
31
32 - .. row 1
33
34 - start + 0:
35
36 - Y'\ :sub:`00left`
37
38 - Y'\ :sub:`00right`
39
40 - Y'\ :sub:`01left`
41
42 - Y'\ :sub:`01right`
43
44 - Y'\ :sub:`02left`
45
46 - Y'\ :sub:`02right`
47
48 - Y'\ :sub:`03left`
49
50 - Y'\ :sub:`03right`
51
52 - .. row 2
53
54 - start + 8:
55
56 - Y'\ :sub:`10left`
57
58 - Y'\ :sub:`10right`
59
60 - Y'\ :sub:`11left`
61
62 - Y'\ :sub:`11right`
63
64 - Y'\ :sub:`12left`
65
66 - Y'\ :sub:`12right`
67
68 - Y'\ :sub:`13left`
69
70 - Y'\ :sub:`13right`
71
72 - .. row 3
73
74 - start + 16:
75
76 - Y'\ :sub:`20left`
77
78 - Y'\ :sub:`20right`
79
80 - Y'\ :sub:`21left`
81
82 - Y'\ :sub:`21right`
83
84 - Y'\ :sub:`22left`
85
86 - Y'\ :sub:`22right`
87
88 - Y'\ :sub:`23left`
89
90 - Y'\ :sub:`23right`
91
92 - .. row 4
93
94 - start + 24:
95
96 - Y'\ :sub:`30left`
97
98 - Y'\ :sub:`30right`
99
100 - Y'\ :sub:`31left`
101
102 - Y'\ :sub:`31right`
103
104 - Y'\ :sub:`32left`
105
106 - Y'\ :sub:`32right`
107
108 - Y'\ :sub:`33left`
109
110 - Y'\ :sub:`33right`
This page took 0.06261 seconds and 5 git commands to generate.