Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Minimaze window cv2.imshow()

Hi all,

Is OpenCV have function for minimaze window. I need this for my raspbian OS on Raspberry Pi.

Im tried search for setWindowsProperty if have any parameters for this, but only what I found is for fullscreen window. For example

cv2.namedWindow("window", cv2.WND_PROP_FULLSCREEN) cv2.setWindowProperty("window",cv2.WND_PROP_FULLSCREEN,cv2.WINDOW_FULLSCREEN) cv2.imshow("window", img)