1 .. Permission is granted to copy, distribute and/or modify this
2 .. document under the terms of the GNU Free Documentation License,
3 .. Version 1.1 or any later version published by the Free Software
4 .. Foundation, with no Invariant Sections, no Front-Cover Texts
5 .. and no Back-Cover Texts. A copy of the license is included at
6 .. Documentation/userspace-api/media/fdl-appendix.rst.
8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
12 *************************
13 V4L2_PIX_FMT_Y8I ('Y8I ')
14 *************************
17 Interleaved grey-scale image, e.g. from a stereo-pair
23 This is a grey-scale image with a depth of 8 bits per pixel, but with
24 pixels from 2 sources interleaved. Each pixel is stored in a 16-bit
25 word. E.g. the R200 RealSense camera stores pixel from the left sensor
26 in lower and from the right sensor in the higher 8 bits.
29 Each cell is one byte.