When trying to set the window to fullscreen using cv2.setWindowProperty("Image", cv2.WND_PROP_FULLSCREEN, cv2.WINDOW_FULLSCREEN), the window shows a white screen instead of the webcam capture/image file that is being read. When the line of code is commented out, the window correctly shows...