Mastering OpenCV 4 with Python
上QQ阅读APP看书,第一时间看更新

Playing with video capture properties

In some of the previous examples, we saw how to get some properties from the cv2.VideoCapture object. In this section, we are going to see how we can get all of the properties and understand how they work. Finally, we are going to use these properties to load a video file and output it backwards (showing the last frame of the video first and so on).