fixed setProperty

This commit is contained in:
Maria Dimashova 2011-03-25 10:37:32 +00:00
parent bf034f9927
commit cbdc91889a

View File

@ -306,7 +306,7 @@ bool CvCapture_OpenNI::setProperty( int propIdx, double propValue )
}
}
return false;
return res;
}
double CvCapture_OpenNI::getDepthGeneratorProperty( int propIdx )