Balance White Auto; Auto Function Profile - Basler DART BCON SERIES User Manual

Table of Contents

Advertisement

AW00136902000
// upper limit for the exposure auto function
camera.AutoExposureTimeLowerLimit.SetValue(camera.AutoExposureTimeLowerLimit.GetMin());
camera.AutoExposureTimeUpperLimit.SetValue(camera.AutoExposureTimeUpperLimit.GetMax());
// Set the target average gray value to 60% of the maximum gray value
camera.AutoTargetBrightness.SetValue(0.6);
// Enable Exposure Auto by setting the operation mode to Continuous
camera.ExposureAuto.SetValue(ExposureAuto_Continuous);
For general information about auto functions, see Section 11.11 on

11.11.5 Balance White Auto

Balance White Auto is the automatic counterpart to manually setting the white balance. The balance
white auto function is only available on color models.
For more information about white balance and setting the white balance manually, see
Section 11.6.3 on
page
To set the balance white auto function using the Basler pylon API, set the value of the
BalanceWhiteAuto parameter for the Once or the Continuous mode of operation.
You can set the white balance auto functionality from within your application software by using the
pylon API. The following code snippets illustrate using the API to set the balance auto functionality:
// Set mode of operation for balance white auto function to Once
camera.BalanceWhiteAuto.SetValue(BalanceWhiteAuto_Once);
// Set mode of operation for balance white auto function to Continuous
camera.BalanceWhiteAuto.SetValue(BalanceWhiteAuto_Continuous);
For general information about auto functions, see Section 11.11 on

11.11.6 Auto Function Profile

The Auto Function Profile feature will only take effect if you use the gain auto
function and the exposure auto function at the same time.
The auto function profile specifies how the gain and the exposure time will be balanced when the
camera is making automatic adjustments.
If you want to use this feature, you must enable both the gain auto function and the exposure auto
function and set both for the continuous mode of operation.
All Basler dart BCON cameras support the following auto function profiles:
Minimize Gain: Gain will be kept as low as possible during automatic adjustments.
Basler dart BCON
92.
page
110.
page
110.
Features
119

Advertisement

Table of Contents
loading

Table of Contents