Home > C: Programming > Function descriptions > History back  Previous chapter  Next chapter  Print  

is_IsVideoFinish

uEye Camera Manual Version 4.00

is_IsVideoFinish

Windows_Logo

Linux_Logo

USB 2.0

USB 3.0

GigE

USB 2.0

USB 3.0

GigE

Syntax

INT is_IsVideoFinish (HIDS hCam, INT* 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_CAPTURE_STATUS 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_CAPTURE_STATUS 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_CAPTURE_STATUS 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_CAPTURE_STATUS = Transfer error or conversion problem (e.g. destination memory is invalid)

The parameter IS_CAPTURE_STATUS replaces the previous parameter IS_TRANSFER_FAILED.

The parameter IS_TRANSFER_FAILED was moved into the new header file ueye_deprecated.h, which contains all obsolete function definitions and constants. If necessary the header file ueye_deprecated.h can be included in addition to the header file ueye.h.

Return values

IS_INVALID_CAMERA_HANDLE

Invalid camera handle

IS_INVALID_PARAMETER

One of the submitted parameters is outside the valid range or is not supported for this sensor or is not available in this mode.

IS_NO_SUCCESS

General error message

IS_SUCCESS

Function executed successfully

Related functions

is_FreezeVideo()

is_HasVideoStarted()


Suggestion for improvement? Send us your short Feedback on this chapter. Thank you very much!

For technical questions please contact you local distributor or use the support form on our website.


© 2012 IDS Imaging Development Systems GmbH
http://www.ids-imaging.com