Please enable JavaScript to view this site.

uEye .NET Manual 4.97

The Sequence class provides methods for controlling the image memory in the ring buffering.

The following classes and methods exist:

ImageQueue

Methods

Method

Description

Add

Adds an image memory to the list of image memories used for ring buffering.

Clear

Removes all image memories from the sequence list.

GetActive

Determines the image memory which is currently used for capturing an image.

GetLast

Returns the last used sequence memory ID.

GetList

Returns an array with all sequence memory IDs.

GetLocked

Returns if the passed sequence memory is locked.

Lock

Locks write access to an image memory within a sequence.

ToMemory

Returns the image memory ID for the passed sequence memory ID.

Unlock

Unlocks a previously locked sequence memory.