How to maximize frame captured by video_capture.read()

# Display the resulting image
cv2.namedWindow("Video", cv2.WINDOW_NORMAL)
cv2.imshow('Video', frame)

You were right I was tired that’s why I didn’t pay attention to the location of the line but it works perfectly thank you again