
Features
AW00123404000
200
Basler ace USB 3.0
8.3
Remove Parameter Limits
For each camera feature, the allowed range of any associated parameter values is normally limited.
The factory limits are designed to ensure optimum camera operation and, in particular, good image
quality. For special camera uses, however, it may be helpful to set parameter values outside of the
factory limits.
The remove parameter limits feature lets you remove the factory limits for parameters associated
with certain camera features. When the factory limits are removed, the parameter values can be set
within extended limits. Typically, the range of the extended limits is dictated by the physical
restrictions of the camera’s electronic devices, such as the absolute limits of the camera’s variable
gain control.
The values for any extended limits can be determined by using the Basler pylon Viewer or from
within your application via the pylon API.
Currently, the feature can only be applied to the gain feature.
Removing the parameter limits on the gain feature will only remove the lower regular limit. When
the lower regular limit is removed the gain All parameter value can be decreased to a negative
value.
For more information about the gain feature, see Section 8.1 on
page 195
.
Removing Parameter Limits
1. Use the Parameter Limits Selector to select the parameter whose limits you want to remove.
2. Set the value of the Remove Parameter Limits parameter.
You can set the Parameter Limits Selector and the value of the Remove Parameter 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 feature whose factory limits will be removed.
camera.RemoveParameterLimitSelector.SetValue(RemoveParameterLimitSelector_Gain);
// Remove the limits for the selected feature.
camera.RemoveParameterLimit.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.
For more information about the pylon API and the pylon Viewer, see Section 3.1 on
page 43
.
To remove the limits for a parameter value:
Содержание ace acA1920-155
Страница 4: ......
Страница 50: ...Specifications Requirements and Precautions AW00123404000 40 Basler ace USB 3 0...
Страница 56: ...Camera Drivers and Tools for Changing Camera Parameters AW00123404000 46 Basler ace USB 3 0...
Страница 106: ...Physical Interface AW00123404000 96 Basler ace USB 3 0...
Страница 186: ...Image Acquisition Control AW00123404000 176 Basler ace USB 3 0...
Страница 326: ...Index AW00123404000 316 Basler ace USB 3 0...