Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_IsVideoFinish |
uEye Camera Manual Version 3.80
is_IsVideoFinish
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_IsVideoFinish (HIDS hCam, BOOL* pbo)
Description
Using is_IsVideoFinish(), you can check whether an image has been captured and stored completely in the image memory. This function is helpful if the is_FreezeVideo() function was called with the IS_DONT_WAIT parameter.
By setting the *pbo==IS_TRANSFER_FAILED parameter before calling is_IsVideoFinish(), you can also check whether a transfer or post-processing error occurred.
Input Parameters
hCam |
Camera handle |
pbo |
By setting *pbo != IS_TRANSFER_FAILED before calling the function, pbo contains the following digitizing status: IS_VIDEO_NOT_FINISH = Digitizing of the image is not completed yet. IS_VIDEO_FINISH = Digitizing of the image is completed.
By setting *pbo == IS_TRANSFER_FAILED before calling the function, pbo contains the following digitizing status: IS_VIDEO_NOT_FINISH = Digitizing of the image is not completed yet. IS_VIDEO_FINISH = Digitizing of the image is completed. IS_TRANSFER_FAILED = Transfer error or conversion problem (e.g. destination memory is invalid) |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions