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:
Public LiveCaptureContinuous As Boolean
Limitations:

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

Remarks:

The value of the ICImagingControl.LiveCaptureLastImage property is ignored.

Sample:

See Displaying Buffers on the ImageAvailable Event 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