Technical information
AVT GigE camera attributes
AVT GigE Camera and Driver Attributes V1.3.1
54
This document is a master document for all AVT GigE camera models and is NOT camera specific
StatFramesDropped – Uint32 – R
The number of frames returned to the PvAPI frame queue with one or more
dropped packet within.
StatPacketsErroneous – Uint32 – R
The number of improperly formed packets. If this number is non-zero, it sug-
gests a possible camera hardware failure.
StatPacketsMissed – Uint32 – R
The number of packets missed since the start of imaging.
StatPacketsReceived – Uint32 – R
The number of packets received since the start of imaging.
StatPacketsRequested – Uint32 – R
The number of resend requests since the start of imaging. When an expected
packet is not received by the driver, it is recognized as missing and the driver
requests the camera to resend it.
StatPacketsResent – Uint32 – R
The number of packets resent by the camera and received by the host, since the
start of imaging.
Note
PvAPI programmers: this stat does not increment if no
frames queued. Use tPvFrame. FrameCount for a
counter of exactly which image the camera is returning.
Note
PvAPI programmers: this stat does not increment if no
frames queued. Use tPvFrame. FrameCount for a counter of
exactly which image the camera is returning.