Lines Matching full:propid
1088 double CvCaptureCAM_DC1394_CPP::getProperty( int propId ) const
1094 return cap ? icvGetPropertyCAM_DC1394( cap, propId ) : 0;
1097 bool CvCaptureCAM_DC1394_CPP::setProperty( int propId, double value )
1099 return captureDC1394 ? icvSetPropertyCAM_DC1394( captureDC1394, propId, value ) != 0 : false;