Add support for monocrome cmos ccd

Adapted mtu and packed size
Some minor fixes in gstreamer because not implemented support of v4l v4l2 in the wrapper
default beahvior must be v4l v4l2 or libv4l backends
This commit is contained in:
Stefano Fabri
2010-06-24 13:38:57 +00:00
parent 4ec4cf6876
commit 686737e24f
3 changed files with 112 additions and 39 deletions

View File

@@ -291,7 +291,8 @@ enum
CV_CAP_PROP_EXPOSURE =15,
CV_CAP_PROP_CONVERT_RGB =16,
CV_CAP_PROP_WHITE_BALANCE =17,
CV_CAP_PROP_RECTIFICATION =18
CV_CAP_PROP_RECTIFICATION =18,
CV_CAP_PROP_MONOCROME =19
};
/* retrieve or set capture properties */