© 2016 Thorlabs Scientific Imaging
4 Programming (SDK)
389
4.3.104 is_UnlockSeqBuf
Syntax
INT is_UnlockSeqBuf (HIDS hCam, INT nNum, char* pcMem)
Description
Using is_UnlockSeqBuf(), you unlock a previously locked image memory in order to make it
available again for storing captured images. The image memory is re-inserted at its previous
position in the sequence list.
Input parameters
Number of the image memory to unlock.
When you pass IS_IGNORE_PARAMETER, the image memory is only
identified by its starting address.
nNum identifies the position in the sequence list, not the memory ID
assigned with is_AllocImageMem().
Starting address of the image memory
Return values
An internal structure has an incorrect size.
One of the submitted parameters is outside the
valid range or is not supported for this sensor or
is not available in this mode.
Function executed successfully
Related functions
is_LockSeqBuf()
is_WaitForNextImage()