Class
Accessible
Camera.Memory.Sequence.Unlock
Syntax
uEye.MemorySequence.Unlock(int s32SeqID)
Description
Unlocks a previously locked sequence memory in order to make it available again for storing captured images. The sequence memory is re-inserted at its previous position in the sequence list.
The driver locks the image memory internally exclusively for writing the image data, so that the image memory is not available for reading by the user during this period (see also Lock()). It is recommended to check the successful unlock using the return value of the function. Using an image memory locked internally by the driver will result in invalid image data.
Parameter
•s32SeqID: ID of the sequence memory to unlock.