highgui_c.h.patch
/modules/highgui/include/opencv2/highgui/highgui_c.h (original) Sat Apr 28 16:48:13 2012 | ||
---|---|---|
371 | 371 |
CV_CAP_PROP_GUID =29, |
372 | 372 |
CV_CAP_PROP_ISO_SPEED =30, |
373 | 373 |
CV_CAP_PROP_MAX_DC1394 =31, |
374 |
CV_CAP_PROP_BACKLIGHT =32,
|
|
375 |
CV_CAP_PROP_PAN =33,
|
|
376 |
CV_CAP_PROP_TILT =34,
|
|
377 |
CV_CAP_PROP_ROLL =35,
|
|
378 |
CV_CAP_PROP_IRIS =36,
|
|
374 |
CV_CAP_PROP_BACKLIGHT =32,
|
|
375 |
CV_CAP_PROP_PAN =33,
|
|
376 |
CV_CAP_PROP_TILT =34,
|
|
377 |
CV_CAP_PROP_ROLL =35,
|
|
378 |
CV_CAP_PROP_IRIS =36,
|
|
379 | 379 |
CV_CAP_PROP_SETTINGS =37, |
380 |
CV_CAP_PROP_GAINMODE =38, |
|
381 | 380 |
|
382 | 381 |
CV_CAP_PROP_AUTOGRAB =1024, // property for highgui class CvCapture_Android only |
383 | 382 |
CV_CAP_PROP_SUPPORTED_PREVIEW_SIZES_STRING=1025, // readonly, tricky property, returns cpnst char* indeed |