2.2.7.13.4 VideoWriter::VideoWriter_ctor
Contents
Version Info
Minimum Origin Version Required: Origin 9 SR0
Description
Default constructor.
Syntax
VideoWriter( )
Parameters
Return
Examples
#include <..\OriginLab\VideoWriter.h> void VideoWriter_VideoWriter_ex1() { // Use the raw format without compression. int codec = CV_FOURCC(0,0,0,0); // Create a VideoWriter object. VideoWriter vw;//Default constructor int err = vw.Create("D:\\example.avi", codec, 2, 800, 600); }
Remark
See Also
Header to Included
VideoWriter.h