added extra BUFFERSIZE doc and getter

This commit is contained in:
StevenPuttemans
2014-11-14 14:09:43 +01:00
parent eedde323ce
commit d9164bdd4c
2 changed files with 6 additions and 0 deletions

View File

@@ -686,6 +686,8 @@ double CvCaptureCAM_DC1394_v2_CPP::getProperty(int propId)
break;
case CV_CAP_PROP_ISO_SPEED:
return (double) isoSpeed;
case CV_CAP_PROP_BUFFERSIZE:
return (double) nDMABufs;
default:
if (propId<CV_CAP_PROP_MAX_DC1394 && dc1394properties[propId]!=-1
&& dcCam)