-
Notifications
You must be signed in to change notification settings - Fork 216
Closed
Description
Hello, do anyone know in pypylon there is way of setting white balance manually. Just like C++ does in this link https://docs.baslerweb.com/balance-white.
// Set the red intensity to 108.789%
camera.BalanceRatioSelector.SetValue(BalanceRatioSelector_Red);
camera.BalanceRatio.SetValue(1.08789);
// Set the green intensity to 100%
camera.BalanceRatioSelector.SetValue(BalanceRatioSelector_Green);
camera.BalanceRatio.SetValue(1.0);
// Set the blue intensity to 219.678%
camera.BalanceRatioSelector.SetValue(BalanceRatioSelector_Blue);
camera.BalanceRatio.SetValue(2.19678);
Metadata
Metadata
Assignees
Labels
No labels