Acquisition Control AW00118303000
138 Basler racer GigE
Removing the Parameter Limits
To remove the limits for the ExposureOverhead parameter:
1. Use the Parameter Selector to select the ExposureOverhead parameter.
2. Set the value of the Remove Limits parameter.
You can set the Parameter Selector and the value of the Remove Limits parameter from within
your application software by using the Basler pylon API. The following code snippet illustrates
using the API to set the selector and the parameter value:
// Select the parameter whose factory limits will be removed.
Camera.ParameterSelector.SetValue( ParameterSelector_ExposureOverhead );
// Remove the limits for the selected parameter.
Camera.RemoveLimits.SetValue( true );
You can also use the Basler pylon Viewer application to easily set the parameters. Note that the
remove parameter limits feature will only be available at the "guru" viewing level.