Creating AVI files in OpenCV
Posted
by user80003
on Stack Overflow
See other posts from Stack Overflow
or by user80003
Published on 2009-07-16T11:39:07Z
Indexed on
2010/03/12
3:57 UTC
Read the original article
Hit count: 154
Hello. I have been trying to create an application using OpenCV and Visual Studio 2008, to capture images from a webcam, apply a filter to them, and then write them to an AVI file. Everything works, except creating the AVI file.
The problem is that it works on my computer, but it doesn't work on my colleague's computer. The reason for that (I think) is that he does not have the necessary video encoders for OpenCV to use.
The cvCreateVideoWriter function does not return NULL, but I end up with a 0kb file on the disk.
© Stack Overflow or respective owner