Basler Pioneer User Manual page 101

Gige vision cameras
Table of Contents

Advertisement

// 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();
For detailed information about using the pylon API, refer to the Basler pylon Programmer's Guide
and API Reference.
You can also use the Basler pylon Viewer application to easily set the parameters.
For more information about the pylon Viewer, see Section 2.2 on
page
40.
Basler pioneer
Network Related Camera Parameters and Managing Bandwidth
page 20
and Section 2.4 on
91

Advertisement

Table of Contents
loading

Table of Contents