mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
changed default parameter
This commit is contained in:
parent
550fd8e57c
commit
f70d171cef
@ -414,7 +414,7 @@ public:
|
||||
#else
|
||||
static const int DEFAULT_MAX_BUFFER_SIZE = 2;
|
||||
#endif
|
||||
static const int DEFAULT_IS_CIRCLE_BUFFER = 1;
|
||||
static const int DEFAULT_IS_CIRCLE_BUFFER = 0;
|
||||
static const int DEFAULT_MAX_TIME_DURATION = 20;
|
||||
|
||||
CvCapture_OpenNI(int index=0);
|
||||
|
Loading…
Reference in New Issue
Block a user