Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Camera Support » IDS » IDS_CaptureStatus

IDS_CaptureStatus


Module: ThirdParty

The function returns information on errors that occurred during an image capture. All errors are listed that occurred since the last reset of the function.

Name Type Description
inDeviceID String* Device serial number or user definable camera ID
inReset Bool Resets the CaptureStatus information
outNumberOfErrors Integer Total number of errors
outNoDestMem Integer There is no destination memory for copying the finished image.
outConversionFailed Integer The current image could not be processed correctly.
outImageLocked Integer The destination buffers are locked and could not be written to.
outOutOfBuffers Integer No free internal image memory is available to the driver. The image was discarded.
outDeviceNotReady Integer The camera is no longer available. It is not possible to access images that have already been transferred.
outUsbTransferFailed Integer The image was not transferred over the USB bus.
outDevTimeout Integer The maximum allowable time for image capturing in the camera was exceeded.
outEthBufferOverrun Integer The sensor transfers more data than the internal camera memory of the GigE uEye camera can accommodate.
outEthDevMissedImages Integer Freerun mode: The camera could neither process nor output an image captured by the sensor. Hardware trigger mode : The camera received a hardware trigger signal which could not be processed because the sensor was still busy.
outFrameCaptureFailed Integer USB 3 uEye CP Rev. 2 with activated image memory only: The image was not transferred.

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.

Complexity Level

This filter is available on Basic Complexity Level.

Disabled in Lite Edition

This filter is disabled in Lite Edition. It is available only in full, Adaptive Vision Studio Professional version.