Back to home page

OSCL-LXR

 
 

    


0001 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
0002 
0003 .. _V4L2-PIX-FMT-Y8I:
0004 
0005 *************************
0006 V4L2_PIX_FMT_Y8I ('Y8I ')
0007 *************************
0008 
0009 
0010 Interleaved grey-scale image, e.g. from a stereo-pair
0011 
0012 
0013 Description
0014 ===========
0015 
0016 This is a grey-scale image with a depth of 8 bits per pixel, but with
0017 pixels from 2 sources interleaved. Each pixel is stored in a 16-bit
0018 word. E.g. the R200 RealSense camera stores pixel from the left sensor
0019 in lower and from the right sensor in the higher 8 bits.
0020 
0021 **Byte Order.**
0022 Each cell is one byte.
0023 
0024 
0025 
0026 
0027 .. flat-table::
0028     :header-rows:  0
0029     :stub-columns: 0
0030 
0031     * - start + 0:
0032       - Y'\ :sub:`00left`
0033       - Y'\ :sub:`00right`
0034       - Y'\ :sub:`01left`
0035       - Y'\ :sub:`01right`
0036       - Y'\ :sub:`02left`
0037       - Y'\ :sub:`02right`
0038       - Y'\ :sub:`03left`
0039       - Y'\ :sub:`03right`
0040     * - start + 8:
0041       - Y'\ :sub:`10left`
0042       - Y'\ :sub:`10right`
0043       - Y'\ :sub:`11left`
0044       - Y'\ :sub:`11right`
0045       - Y'\ :sub:`12left`
0046       - Y'\ :sub:`12right`
0047       - Y'\ :sub:`13left`
0048       - Y'\ :sub:`13right`
0049     * - start + 16:
0050       - Y'\ :sub:`20left`
0051       - Y'\ :sub:`20right`
0052       - Y'\ :sub:`21left`
0053       - Y'\ :sub:`21right`
0054       - Y'\ :sub:`22left`
0055       - Y'\ :sub:`22right`
0056       - Y'\ :sub:`23left`
0057       - Y'\ :sub:`23right`
0058     * - start + 24:
0059       - Y'\ :sub:`30left`
0060       - Y'\ :sub:`30right`
0061       - Y'\ :sub:`31left`
0062       - Y'\ :sub:`31right`
0063       - Y'\ :sub:`32left`
0064       - Y'\ :sub:`32right`
0065       - Y'\ :sub:`33left`
0066       - Y'\ :sub:`33right`