Ask Your Question

vhdirk's profile - activity

2012-07-10 06:35:34 -0600 received badge  Famous Question (source)
2012-07-10 04:16:44 -0600 commented answer Capture Properties

For some of these properties that could be a possibility, indeed. However, in that case it seems pretty weird that colour temperature (CVCAPPROP_TEMPERATURE?) is internal, since I would assume that to be something a user should really be able to pick himself..

2012-07-09 15:39:34 -0600 received badge  Notable Question (source)
2012-07-06 15:16:55 -0600 received badge  Popular Question (source)
2012-07-06 05:35:26 -0600 received badge  Student (source)
2012-07-06 04:34:16 -0600 asked a question Capture Properties

I'm implementing support for camera's I use into opencv itself. Now, it seems that there are lots more properties accessible than is apparent in the documentation. Here's a list if properties I've found (with the obvious ones removed).

CV_CAP_PROP_FORMAT: Pixel format, I suppose.
CV_CAP_PROP_MODE: Capture mode. fixed framerate or external triggers perhaps?
CV_CAP_PROP_CONVERT_RGB: Convert any requested pixel format to RGB24?
CV_CAP_PROP_MONOCROME: Convert to monochrome. Does this take precedence over CV_CAP_PROP_CONVERT_RGB?
CV_CAP_PROP_TEMPERATURE: Colour temperature?
CV_CAP_PROP_TRIGGER: ?
CV_CAP_PROP_TRIGGER_DELAY: ?
CV_CAP_PROP_GUID: ?
CV_CAP_PROP_SETTINGS: ??

Can someone briefly explain what the expected "behaviour" is for these values?