AW00097603000 Network Related Camera Parameters and Managing Bandwidth
Basler aviator GigE 301
// Bandwidth Reserve Accumulation
Camera.GevSCBWRA.SetValue( 10 );
// Frame Jitter Max
int64_t jitterMax = Camera.GevSCFJM.GetValue();
// Device Max Throughput
int64_t maxThroughput = Camera.GevSCDMT.GetValue();
// Device Current Throughput
int64_t currentThroughput = Camera.GevSCDCT.GetValue();
// Resulting Framerate
double resultingFps = Camera.ResultingFrameRateAbs.GetValue();
You can also use the Basler pylon Viewer application to easily set or view the parameter values.
For more information about the pylon API and the pylon Viewer, see Section 3 on page 21.