1 | initial version |
use cv2.CAP_PROP_FRAME_HEIGHT
(the old CV_ prefixed constants were all removed)
(help(cv2)
(and scroll down to the bottom) will show you the constants)
2 | No.2 Revision |
use cv2.CAP_PROP_FRAME_HEIGHT
(the old CV_ prefixed constants were all removed)removed 2.4 -> 3.x)
(help(cv2)
(and scroll down to the bottom) will show you the constants)