Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_ClearSequence |
uEye Camera Manual Version 3.80
is_ClearSequence
USB 2.0 GigE |
USB 2.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_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions