AW00123402000 Features
Basler ace USB 3.0 177
1. Set the Black Level Selector to All.
2. Set the Black Level parameter to your desired value.
You can set the Black Level Selector and the Black Level parameter value 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:
camera.BlackLevelSelector.SetValue(BlackLevelSelector_All);
camera.BlackLevel.SetValue(1.0);
You can also use the Basler pylon Viewer application to easily set the parameters.
For more information about the pylon API and the pylon Viewer, see Section 3.1 on page 37.
To set the Black Level parameter value using Basler pylon: