[media] DocBook/media: document COLORSPACE_RAW
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 15 May 2015 12:29:08 +0000 (09:29 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sat, 30 May 2015 14:38:43 +0000 (11:38 -0300)
Document this new colorspace define.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Documentation/DocBook/media/v4l/pixfmt.xml

index f171b8bbb14fb213fcfb6419b10dad6151609207..6c3d6534607604e0693b7e8f9dd257fbab12f8f6 100644 (file)
@@ -538,6 +538,13 @@ BT.2020 which uses limited range R'G'B' quantization.</para>
            <entry><constant>V4L2_COLORSPACE_JPEG</constant></entry>
            <entry>See <xref linkend="col-jpeg" />.</entry>
          </row>
+         <row>
+           <entry><constant>V4L2_COLORSPACE_RAW</constant></entry>
+           <entry>The raw colorspace. This is used for raw image capture where
+           the image is minimally processed and is using the internal colorspace
+           of the device. The software that processes an image using this
+           'colorspace' will have to know the internals of the capture device.</entry>
+         </row>
        </tbody>
       </tgroup>
     </table>