I m displaying certain frames from a microscope in a cv2.window ( in Python) but problems could appear if the users try to close the window i Is there any way to disable or hide the X close button from a cv2.window, or at least changing its behavior so nothing happens with the window when clicked?
PS: I am using Windows 10, Python 3.6 and OpenCV 4.3.0