Method CreateWriter
CreateWriter(string, IplImage)
When overridden in a derived class, creates the writer over the specified
fileName
that will be responsible for handling the input elements.
protected override VideoWriterDisposable CreateWriter(string fileName, IplImage input)
Parameters
fileName
stringThe name of the file on which the elements should be written.
input
IplImageThe first input element that needs to be pushed into the file.
Returns
- VideoWriterDisposable
The writer that will be used to push elements into the file.