FrameHandlerSink.SnapImageSequence Method |
Queues up a snap job, thus allowing a number of frames to be copied into the
ImageBuffer collection.
The method returns when either the specified number of frames are snapped,
or the timeout has occurred.
|
Syntax: |
|
Public Sub SnapImageSequence( Count As Long, TimeOut As Long )
|
|
|
|
Count |
|
Number of frames to be copied
into the image buffers.
|
TimeOut |
|
Number of milliseconds to wait before returning from this function,
when insufficient frames are available from the device.
|
|
See also: |
|
FrameHandlerSink, FrameHandlerSink.SnapImage, FrameHandlerSink.SnapImageSequenceAsync |