Setting The Black Level - Basler Pioneer User Manual

Gige vision cameras
Table of Contents

Advertisement

Standard Features

Setting the Black Level

To set the Black Level Raw All value:
Set the Black Level Selector to All.
Set the Black Level Raw parameter to your desired value.
To set the Black Level Raw Tap 1 value:
Set the Black Level Selector to Tap 1.
Set the Black Level Raw parameter to your desired value.
To set the Black Level Raw Tap 2 value:
Set the Black Level Selector to Tap 2.
Set the Black Level Raw parameter to your desired value.
You can set the Black Level Selector and the Black Level Raw parameter values from within your
application software by using the pylon API. The following code snippet illustrates using the API to
set the selector and the parameter value:
// Set Black Level Raw All
Camera.BlackLevelSelector.SetValue ( BlackLevelSelector_All );
Camera.BlackLevelRaw.SetValue( 64 );
//Set Black Level Raw Tap 1
Camera.BlackLevelSelector.SetValue ( BlackLevelSelector_Tap1 );
Camera.BlackLevelRaw.SetValue( 0 );
//Set Black Level Raw Tap 2
Camera.BlackLevelSelector.SetValue ( BlackLevelSelector_Tap2 );
Camera.BlackLevelRaw.SetValue( 0 );
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.
182
page
20and Section 2.4 on
Basler pioneer

Advertisement

Table of Contents
loading

Table of Contents