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)