ICImagingControl.LiveCaptureContinuous Property

Enables/disables the continuous capture mode. In this mode ICImagingControl.MemorySnapImage may not be called, because all frames are copied to the ring buffer automatically. After an image has been copied completely to a buffer, an ICImagingControl.ImageAvailable event is sent. If an ICImagingControl.ImageAvailable event is currently processed, a new event will not be sent.
Syntax:
[C#]
public bool LiveCaptureContinuous;
Limitations:

Has only an effect if set before a call to ICImagingControl.LiveStart.

Remarks:

The value of the ICImagingControl.LiveCaptureLastImage property is ignored.

Information:

This property is deprecated since version 3.5.
Use the actual sink object.

Sample:

See Displaying Buffers via FrameQueueSink for an example on how to control the display of images buffers in the live capture continuous mode.

See also: ICImagingControl, ICImagingControl.LiveStart, ICImagingControl.MemorySnapImage, ICImagingControl.ImageAvailable

<< ICImagingControl