© 2013 Thorlabs GmbH386
DCx Cameras
4.5.5 is_GetCaptureErrorInfo
Syntax
INT is_GetCaptureErrorInfo (HIDS hCam,
UEYE_CAPTURE_ERROR_INFO* CaptureErrorInfo,
UINT SizeCaptureErrorInfo)
Description
Attention
This function is obsolete and should not be used anymore. We recommend to use the is_CaptureStatus()
function instead (see also Obsolete functions ).
is_GetCaptureErrorInfo() returns detail information on errors that occurred during an image capture
process. The function lists all errors that occurred since the last call of the is_ResetCaptureErrorInfo()
function.
Input parameters
Structure of the UC480_CAPTURE_ERROR_INFO type
that is filled by the uc480 driver. This structure then
contains the error list.
Indicates the size of the CaptureErrorInfo structure.
Contents of the UC480_CAPTURE_ERROR_INFO structure
Returns the total number of errors occurred since the
last reset.
Reserved for an internal function
adwCapErrCnt
_Detail[CapErr]
This array returns the current count for each possible
error. The possible errors are listed below. To query the
counter of a specific error type, pass its definition in the
CapErr parameter.
Possible CapErr Error Types
IS_CAPERR_API_NO_DEST_MEM
There is no destination memory for copying the
finished image.
IS_CAPERR_API_CONVERSION_FAILED
The current image could not be processed
correctly.
IS_CAPERR_API_IMAGE_LOCKED
The destination buffers are locked and could not
be written to.
IS_CAPERR_DRV_OUT_OF_BUFFERS
No free internal image memory is available to the
driver. The image was discarded.
IS_CAPERR_DRV_DEVICE_NOT_READY
The camera is no longer available. It is not
possible to access images that have already been
transferred.
IS_CAPERR_USB_TRANSFER_FAILED
The image was not transferred over the USB bus.
The maximum allowable time for image capturing
in the camera was exceeded.
174
379
404