Ask Your Question

Revision history [back]

As you can see there's only cv2.CV_WINDOW_AUTOSIZE attribute available. To use FULLSIZE attribute, you need to use cv2.cv module.

cv2.setWindowProperty("Image", cv2.WND_PROP_FULLSCREEN, cv2.cv.WINDOW_FULLSCREEN)