EasyManua.ls Logo

Basler scout GigE - Page 73

Basler scout GigE
374 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
AW00011916000 Network Related Camera Parameters and Managing Bandwidth
Basler scout GigE 63
// 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.

Table of Contents

Related product manuals