How do I use the FPS argument in cv2.VideoWriter?
问题 Ok, so I am making a video. I want to know exactly how to use the FPS argument. It is a float, so I assumed it was what interval do I want between each frame. Can you give an example? I just want to know how the video would change with varying FPS argument values., because my video I made is way too fast now. Thanks! 回答1: It really is just that - frames per second . In other words, how many frames do you want to display every second? Here is an example: writer = cv2.VideoWriter(filename="my