Changed algorithm of Android camera synchronisation --- added "auto-grab" mode.

This commit is contained in:
Leonid Beynenson
2011-04-29 19:03:41 +00:00
parent e7ef84b2c2
commit e262f054ad
2 changed files with 83 additions and 26 deletions

View File

@@ -353,6 +353,7 @@ enum
CV_CAP_PROP_TRIGGER_DELAY =25,
CV_CAP_PROP_WHITE_BALANCE_RED_V =26,
CV_CAP_PROP_MAX_DC1394 =27,
CV_CAP_PROP_AUTOGRAB =1024, // property for highgui class CvCapture_Android only
// OpenNI map generators
CV_CAP_OPENNI_DEPTH_GENERATOR = 0,
CV_CAP_OPENNI_IMAGE_GENERATOR = 1 << 31,