Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_StopLiveVideo |
uEye Camera Manual Version 3.80
is_StopLiveVideo
USB 2.0 GigE |
USB 2.0 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.
Input Parameters
hCam |
Camera handle |
Wait |
|
IS_WAIT |
The function waits until the image save is complete. |
IS_DONT_WAIT |
The function returns immediately. Digitizing the image is completed in the background. |
IS_FORCE_VIDEO_STOP |
Digitizing is stopped immediately. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions