![]() |
![]() |
---|---|
USB 2.0 USB 3.x GigE |
USB 2.0 USB 3.x GigE |
Syntax
INT is_ExitImageQueue (HIDS hCam)
Description
This function is obsolete and should not be used anymore. We recommend to use the is_ImageQueue() function instead. |
is_ExitImageQueue() deletes a queue which has been initialized with is_InitImageQueue() and discards all information about the order of queued images. The image memories will be unlocked. The memory sequence itself persists and can be deleted with is_ClearSequence().
Input parameters
hCam |
Camera handle |
Return values
IS_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_NO_SUCCESS |
General error message |
IS_SUCCESS |
Function executed successfully |
Related functions