| Home > Function descriptions > | History back Previous chapter Next chapter Print |
StopLiveVideo |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG StopLiveVideo (LONG nWait)
Description
StopLiveVideo() stops the continuous image capture process. Two modes of operation are available:
•asynchronous mode
StopLiveVideo() just initiates the capture stop internally and returns immediately to the calling function. The duration until the capture process has stopped actually is not constant!
•synchronous mode
In this mode the function waits until the image has been completely acquired and subsequently returns to the calling function. The total duration until StopLiveVideo() returns is not constant!
Parameters
nWait |
|
IS_DONT_WAIT |
Asynchronous mode. StopLiveVideo() returns immediately. |
IS_WAIT |
Synchronous mode. StopLiveVideo() does not return until the capture process for the current frame has completed. |
IS_FORCE_VIDEO_STOP |
Digitizing is stopped immediately. |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related functions