Skip to content

Tag: video-capture

How to add a delay when saving video frames as images

I have a series of videos and I want to save frames from them as images. This is my code: This code works but unfortunately, it takes a frame at every millisecond. This is not something I want. Instead, I want to save a frame at every 5 or 10 seconds. I thought about adding a time delay but that