ICImagingControl.LiveStart Method

This method starts the processing of images delivered by the video capture device.
Syntax:
[C#]
Public void LiveStart();
Remarks:

It is not allowed to call this method while the control is writing image data to an AVI file.

Imaging Control provides different modes for the processing of image data, i.e. displaying a live image. The different live modes are determined by two properties:

After ICImagingControl.LiveStart has been called, ICImagingControl.LiveDisplay and ICImagingControl.LiveCaptureContinuous may not be altered.

See also: ICImagingControl, ICImagingControl.LiveStop, ICImagingControl.LiveVideoRunning

<< ICImagingControl