First time here? Check out the FAQ!
answered 2020-01-11 07:47:47 -0600
please use cv2.namedWindow('Video', cv2.WINDOW_FREERATIO) instead of cv2.namedWindow('frame', cv2.WINDOW_NORMAL)
see the documentation of the flags cv2.WINDOW_... to know more