highgui_c.h.trunk.patch
/home/ghartinger/src/OpenCV/OpenCV-2.3.1.svn_patched/trunk/opencv/modules/highgui/include/opencv2/highgui/highgui_c.h | ||
---|---|---|
365 | 365 |
CV_CAP_PROP_TRIGGER =24, |
366 | 366 |
CV_CAP_PROP_TRIGGER_DELAY =25, |
367 | 367 |
CV_CAP_PROP_WHITE_BALANCE_RED_V =26, |
368 |
CV_CAP_PROP_MAX_DC1394 =27, |
|
368 | ||
369 |
//GH ---> |
|
370 |
//more DC1394 properties |
|
371 |
CV_CAP_PROP_ZOOM =27, |
|
372 |
CV_CAP_PROP_FOCUS =28, |
|
373 |
CV_CAP_PROP_GUID =29, |
|
374 |
CV_CAP_PROP_ISO_SPEED =30, |
|
375 |
CV_CAP_PROP_MAX_DC1394 =31, |
|
376 |
//GH <--- |
|
377 |
|
|
369 | 378 |
CV_CAP_PROP_AUTOGRAB =1024, // property for highgui class CvCapture_Android only |
370 | 379 |
CV_CAP_PROP_SUPPORTED_PREVIEW_SIZES_STRING=1025, // readonly, tricky property, returns cpnst char* indeed |
371 | 380 |
CV_CAP_PROP_PREVIEW_FORMAT=1026, // readonly, tricky property, returns cpnst char* indeed |