| Home > Function descriptions > | History back Previous chapter Next chapter Print |
HasVideoStarted |
|
uEye ActiveX Manual Version 4.00
Syntax
BOOL HasVideoStarted()
Description
HasVideoStarted() can check whether the digitizing of an image has started or not. This function is useful when used together with FreezeImage() and the parameter IS_DONT_WAIT.
Parameters
<none>
Return values
TRUE |
Capture process has been started |
FALSE |
Capture process has not been started yet |
Related functions