I am using python OpenCV bindings to compile a quick script/prototype , but for some odd reason
camera.set(cv2.cv.CV_CAP_PROP_FRAME_HEIGHT, 640.0)
... doing nothing. By this I mean that it returns True , but the frame height is constant. No, returning a constant is not an error, since camera.get(cv2.cv.CV_CAP_PROP_FRAME_HEIGHT) returns 240.0 as the default value.
I have no clue as to why this fails. Any ideas?
For what it's worth, I'm running this code on windows 8.1 .
grenadier Dec 04 '13 at 22:58 2013-12-04 22:58
source share