|
|
@@ -178,6 +178,12 @@ enum v4l2_memory {
|
|
|
|
|
|
/* see also http://vektor.theorem.ca/graphics/ycbcr/ */
|
|
|
enum v4l2_colorspace {
|
|
|
+ /*
|
|
|
+ * Default colorspace, i.e. let the driver figure it out.
|
|
|
+ * Can only be used with video capture.
|
|
|
+ */
|
|
|
+ V4L2_COLORSPACE_DEFAULT = 0,
|
|
|
+
|
|
|
/* SMPTE 170M: used for broadcast NTSC/PAL SDTV */
|
|
|
V4L2_COLORSPACE_SMPTE170M = 1,
|
|
|
|