I also test this option previously and not better
cv2.namedWindow(“image”, cv2.WINDOW_NORMAL)
cv2.setWindowProperty(“image”, cv2.WND_PROP_FULLSCREEN, cv2.WINDOW_FULLSCREEN)
key = cv2.waitKey(1)
cv2.imshow(“image”, image)
I also test this option previously and not better
cv2.namedWindow(“image”, cv2.WINDOW_NORMAL)
cv2.setWindowProperty(“image”, cv2.WND_PROP_FULLSCREEN, cv2.WINDOW_FULLSCREEN)
key = cv2.waitKey(1)
cv2.imshow(“image”, image)