FrameHandlerSink.SnapImageSequenceAsync Method

Queues up a snap job, thus copying a number of frames into the ImageBuffer collection. The method returns immediately after queuing the job.
Syntax:
[C#]
public void SnapImageSequenceAsync( int Count );
Parameter Description
Count

Number of frames to be copied into the image buffers.

Remarks:

You cannot terminate this snap job unless you stop live mode by calling ICImagingControl.LiveStop.

See also: FrameHandlerSink, FrameHandlerSink.SnapImage, FrameHandlerSink.SnapImageSequence

<< FrameHandlerSink