ICImagingControl.AviStartCapture Method [Deprecated]

This method writes a compressed AVI file to the computer's hard disk.
Syntax:
[C#]
public void AviStartCapture(string Filename, AviCompressor Compressor); public void AviStartCapture(string Filename, string CompressorName);
Parameter Description
Filename

Specifies a filename for the AVI file.

Compressor

Specifies the name of a video compressor. A list of available compressors can be obtained from an AviCompressors collection.

Compressor

Specifies a video compressor. A list of available compressors can be obtained from an AviCompressors collection.

CompressorName

Specifies the name of a video compressor. A list of available compressors can be obtained from an AviCompressors collection.

Remarks:

During capture the only allowed operation with ICImagingControl is to pause and stop capture.

It is suggested to disable the live display, by assigning ICImagingControl.LiveDisplay property to False, in order to save performance.

Information:

This method is deprecated since version 3.5.
Use the MediaStreamSink

See also: ICImagingControl, ICImagingControl.AviCompressors, AviCompressor, AviCompressors, ICImagingControl.AviStopCapture, ICImagingControl.LiveCapturePause

<< ICImagingControl