Commit cbdc9188 authored by Maria Dimashova's avatar Maria Dimashova

fixed setProperty

parent bf034f99
...@@ -306,7 +306,7 @@ bool CvCapture_OpenNI::setProperty( int propIdx, double propValue ) ...@@ -306,7 +306,7 @@ bool CvCapture_OpenNI::setProperty( int propIdx, double propValue )
} }
} }
return false; return res;
} }
double CvCapture_OpenNI::getDepthGeneratorProperty( int propIdx ) double CvCapture_OpenNI::getDepthGeneratorProperty( int propIdx )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment