how to change opencv capture resolution

Solutions on MaxInterview for how to change opencv capture resolution by the best coders in the world

showing results for - "how to change opencv capture resolution"
Julia
12 Feb 2019
1cap.set(cv2.CAP_PROP_FRAME_WIDTH,640);
2cap.set(cv2.CAP_PROP_FRAME_HEIGHT,480);