| Home > Function descriptions > | History back Previous chapter Next chapter Print |
IsVideoFinish |
|
uEye ActiveX Manual Version 4.00
Syntax
BOOL IsVideoFinish()
Description
IsVideoFinish() checks whether an image has been completely and fully acquired into the image memory. This function is useful when used together with FreezeImage() and the IS_DONT_WAIT parameter.
Parameters
<none>
Return values
TRUE |
Image has been completely acquired into the image memory |
FALSE |
Image has not yet been completely acquired into the image memory |
Related functions