USB 2.0 USB 3.x GigE |
USB 2.0 USB 3.x GigE |
Syntax
INT is_StopLiveVideo (HIDS hCam, INT Wait)
Description
is_StopLiveVideo() stops live mode or cancels a hardware triggered image capture in case the exposure has not yet started. If you call is_FreezeVideo() with the IS_WAIT parameter, you have to simulate a trigger signal using is_ForceTrigger() to cancel the acquisition.
Fig. 202: is_CaptureVideo() - Cancelling acquisition
Fig. 203: is_FreezeVideo() - Cancelling acquisition
Input parameters
hCam |
Camera handle |
Return values
IS_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_INVALID_PARAMETER |
One of the submitted parameters is outside the valid range or is not supported for this sensor or is not available in this mode. |
IS_NO_SUCCESS |
General error message |
IS_SUCCESS |
Function executed successfully |
IS_TIMED_OUT |
A timeout occurred. An image capturing process could not be terminated within the allowable period. |
Related functions