The Sequence class provides methods for controlling the image memory in the ring buffering.
The following classes and methods exist:
Methods
Method |
Description |
---|---|
Adds an image memory to the list of image memories used for ring buffering. |
|
Removes all image memories from the sequence list. |
|
Determines the image memory which is currently used for capturing an image. |
|
Returns the last used sequence memory ID. |
|
Returns an array with all sequence memory IDs. |
|
Returns if the passed sequence memory is locked. |
|
Locks write access to an image memory within a sequence. |
|
Returns the image memory ID for the passed sequence memory ID. |
|
Unlocks a previously locked sequence memory. |