Ask Your Question

calderonf's profile - activity

2020-01-11 07:56:54 -0600 answered a question Display a streamed video in full screen Opencv3

please use cv2.namedWindow('Video', cv2.WINDOW_FREERATIO) instead of cv2.namedWindow('frame', cv2.WINDOW_NORMAL) see th