Ask Your Question

Revision history [back]

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.