| Home > C: Programming > Function descriptions > | History back Previous chapter Next chapter Print |
is_ClearSequence |
|
uEye Camera Manual Version 4.00
|
|
USB 2.0 USB 3.0 GigE |
USB 2.0 USB 3.0 GigE |
Syntax
INT is_ClearSequence (HIDS hCam)
Description
is_ClearSequence() removes all image memories from the sequence list that were added using is_AddToSequence(). After a call of is_ClearSequence(), there is no more active image memory. To make an image memory the active memory, call is_SetImageMem().
Input parameters
hCam |
Camera handle |
Return values
IS_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_NO_SUCCESS |
General error message |
IS_SEQUENCE_LIST_EMPTY |
The sequence list is empty and cannot be deleted. |
IS_SUCCESS |
Function executed successfully |
Related functions