First time here? Check out the FAQ!
answered 2013-04-23 20:52:52 -0600
Hello,
I think you should give a parameter to the sprintf function, like that;
sprintf(name, "frame_%d.jpg", i);
then call cvSaveImage() function
Cheers! A.K.