OpenCV shows white screen when using cv2.setWindowProperty("Image", cv2.WND_PROP_FULLSCREEN, cv2.WINDOW_FULLSCREEN)

afaik you can’t create a window to be full screen. you have to create it and then set the WND_PROP_FULLSCREEN to be WINDOW_FULLSCREEN

those enums are a mess