FrameHandlerSink.SnapMode Property

Changes this sink's operating mode between Grab and Snap mode. In grab mode, all frames reaching the sink are presented to the frame filter or filter chain and then copied into the ImageBuffers. After that, the ICImagingControl.ImageAvailable event is raised. In snap mode, SnapImage, SnapImageSequence or SnapImageSequenceAsync has to be called in order to trigger the image acquisition process.
Syntax:
Public SnapMode As Boolean
See also: FrameHandlerSink, ImageBuffer, ICImagingControl.ImageAvailable

<< FrameHandlerSink