Back to FabImage Studio website

You are here: Start » Filter Reference » Camera Support » Basler » Pylon_GetUsbStatistics

Pylon_GetUsbStatistics


Module: ThirdParty

Gets GigeVision device statistics data.

Name Type Description
Input value inDeviceID String* Device identifying address
Output value outTotalBufferCount Long The total count of processed buffers
Output value outFailedBufferCount Long The count of buffers that returned with an error status
Output value outLastFailedBufferStatus Long The status code of the last failed buffer
Output value outLastFailedBufferStatusText String The message text of the status code of the last failed buffer
Output value outMissedFrameCount Long The count of bad or missed frames between successfully grabbed images
Output value outResynchronizationCount Long The count of stream resynchronizations
Output value outLastBlockId Long The last grabbed block ID
Output value outNumEmptyBuffers Long The number of empty buffers that are not used for grabbing yet
Output value outNumQueuedBuffers Long The number of buffers queued at Low Level API stream grabber
Output value outNumReadyBuffers Long The number of grab result buffers in the output queue that are ready for retrieval
Output value outOutputQueueSize Long The size of the grab result buffer output queue

Parallel execution

This filter cannot be placed in multiple Workers.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
RuntimeError Not implemented

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, FabImage Studio Professional version.