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:
Public Sub SnapImage( TimeOut As Long )
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