AW00089317000 Network Related Camera Parameters and Managing Bandwidth
Basler ace GigE 349
// 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 45.
Note
For acA1600-60 cameras:
On the initial wake-up after delivery the Basler acA1600-60gm/gc cameras
have default transport layer settings that do not allow to reach the specified
maximum possible frame rate.
If you want to obtain the maximum possible frame rate, change the values of
the default transport layer parameters in pylon Viewer as indicated in Table 43.
Parameter Default Setting
(Wake-up Value)
Value for
Reaching 60 fps
Packet Size 1500 4000
Bandwidth Reserve 10 5
Table 43: Transport Layer Settings (acA1600-60gm/gc)