- Aug 29 Fri 2008 21:14
-
set the capture width and hight within highgui:
Set the capture width and hight within highgui:
To set format directly, put width and hight in one integer and use
CV_CAP_PROP_FRAME_WIDTH_HEIGHT:
cvSetCaptureProperty(capture, CV_CAP_PROP_FRAME_WIDTH_HEIGHT, 640480 )
or
1