Syntax
INT is_IsVideoFinish (HIDS hf, BOOL* pbo)
Description
is_IsVideoFinish() can check to see whether an image has been completely and fully acquired in the image memory. This function is useful when used together with is_FreezeVideo() with the IS_DONT_WAIT parameter.
Parameters
hf |
Frame grabber handle |
pbo |
Contains the digitizer status: •IS_VIDEO_NOT_FINISH = digitizing not finished •IS_VIDEO_FINISH = digitizing of image finished |
Return value
IS_SUCCESS, IS_NO_SUCCESS