Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_HasVideoStarted |
uEye Camera Manual Version 3.80
is_HasVideoStarted
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_HasVideoStarted (HIDS hCam, BOOL* pbo)
Description
Using is_HasVideoStarted(), you can check whether the image digitizing process has started. This function is helpful when the is_FreezeVideo() function was called with the IS_DONT_WAIT parameter.
Input Parameters
hCam |
Camera handle |
pbo |
Returns the digitizing status: 0 = Image capturing has not started yet. 1 = Image capturing has started. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions