Modules
https://docs.opencv.org/4.2.0/modules.html
Video I/O
https://docs.opencv.org/4.2.0/dd/de7/group__videoio.html
Flags for video I/O
https://docs.opencv.org/4.2.0/d4/d15/group__videoio__flags__base.html
C++: CAP_PROP_FRAME_WIDTH
Python: cv.CAP_PROP_FRAME_WIDTH
Width of the frames in the video stream.
C++: CAP_PROP_FRAME_HEIGHT
Python: cv.CAP_PROP_FRAME_HEIGHT
Height of the frames in the video stream.
C++: CAP_PROP_FPS
Python: cv.CAP_PROP_FPS
Frame rate.
……