Updated by Alexander Shishkov about 13 years ago

Hi,
I am using cvCreateVideoWriter() function to save the video captured by USB camera attached to my system.

It requires 4 arguments: filename, FourCC, [[FourCC]], FPS and video size.

Now when I use standard video resolution like 1280*1024 or 640*480, video saving works fine but when I use custom video resolution like 968*757 my video is not getting saved properly but in grey mode an tilted by some angle in right.

Can anyone tell me what should be the problem?

Thanks in advance,
Sanket

Back