propagated fixes in docs and cap_dshow to trunk

This commit is contained in:
Vadim Pisarevsky
2011-07-01 09:39:22 +00:00
parent 382e154cfd
commit 6c8a2b8888
10 changed files with 167 additions and 163 deletions

View File

@@ -2985,6 +2985,7 @@ bool CvCaptureCAM_DShow::setProperty( int property_id, double value )
break;
case CV_CAP_PROP_FRAME_HEIGHT:
height = cvRound(value);
break;
default:
return false;
}