Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_UnlockSeqBuf |
uEye Camera Manual Version 3.80
is_UnlockSeqBuf
USB 2.0 GigE |
USB 2.0 GigE |
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
hCam |
Camera handle |
nNum |
Number of the image memory to unlock. nNum identifies the position in the sequence list, not the memory ID assigned with is_AllocImageMem(). |
pcMem |
Starting address of the image memory |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions