| Home > Function descriptions > | History back Previous chapter Next chapter Print |
StartLiveVideoWait |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG StartLiveVideoWait(LONG nTimeout)
Description
StartLiveVideoWait() is an add-on for the StartLiveVideo() function. The function is started with a timeout parameter and returns after the given time either successfully with the image event or with an error.
Parameters
nTimeout |
Time for nTimeout in 10 ms steps (4…429496729) There are two special cases for the timeout: •IS_DONT_WAIT = start live image capture immediately •IS_WAIT = do not start live image capture |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
IS_TRIGGER_ACTIVATED |
The function cannot be used because the camera is waiting for a trigger signal. |
When used with IS_GET_LIVE |
TRUE if live capture is enabled |
Related functions