Back to Aurora Vision Studio website

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

Pylon_GetGigEStatistics


Module: ThirdParty

Gets GigeVision device statistics data.

Name Type Description
Input value inDeviceID String* Device identifying address
Output value outTotalBufferCount Long Counts the number of received frames
Output value outFailedBufferCount Long Counts the number of buffers with at least one failed packet (status != success)
Output value outBufferUnderrunCount Long Counts the number of frames lost because there were no buffers queued to the driver
Output value outTotalPacketCount Long Counts the number of received packets
Output value outFailedPacketCount Long Counts the number of failed packets (status != success)
Output value outResendRequestCount Long Counts the number of emitted PACKETRESEND commands
Output value outResendPacketCount Long Counts the number of packets requested by PACKETRESEND commands
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, Aurora Vision Studio Professional version.