Class
uEye.MemorySequence.ImageQueue
Accessible
Camera.Memory.Sequence.ImageQueue.Wait
Syntax
uEye.MemorySequence.ImageQueue.Wait(out int s32MemId, out int s32SeqId, uint timeout)
Description
Returns the sequence memory ID of the first (i.e. oldest) image in a memory sequence. For the memory sequence, the queue mode has to be enabled with Init(). If the sequence does not contain images, it will wait until a new image arrives or until the specified time (timeount) has elapsed.
Parameter
s32MemId |
Returns the image memory ID. |
s32SeqId |
Returns the sequence memory ID. |
timeout |
Timeout in ms. Range 0…232-1 If no images are in the sequence and no image arrives during the timeout, the call returns uEye.Defines.Status.TIMED_OUT. |