I want to save some frame of my video. I try using CvsaveImage()
in visual C++ 2010
, but it cannot save many frame, because I don't know how to save the next frame with the different name. So, the old frame will be overwritten by the next one.
Can anybody help me to save many frame with different name?