FrameHandlerSink.SnapImage Method

Queues up a snap job, thus allowing one frame to be copied into the ImageBuffer collection. The method returns when either the frame was snapped, or the timeout has occurred.
Syntax:
[C#]
public void SnapImage(); public void SnapImage( int TimeOut );
Parameter Description
TimeOut

Number of milliseconds to wait before returning from this function, if no frames are available from the device.

See also: FrameHandlerSink, FrameHandlerSink.SnapImageSequence, FrameHandlerSink.SnapImageSequenceAsync

<< FrameHandlerSink