How to save a previous video frame in a live video clip
I want to save the previous frame from a live video in OpenCV python. is there any function to get that?
I want to save the previous frame from a live video in OpenCV python. is there any function to get that?
Just put your current frame into a variable named "previous_frame" and once you read the next frame, you have it there
Asked: 2020-05-22 12:27:55 -0600
Seen: 500 times
Last updated: May 22 '20
ill posed question. what are you starting from, what are you trying to achieve ?