Table of Contents

Method CreateWriter

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

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 string

The name of the file on which the elements should be written.

input IplImage

The 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.