The Factor class provides methods for controlling the sensor gain channels. These channels can be set independently of each other. The Scaled class does not use factors for setting the gain channels, but standardized values between 0 and 100. For converting a gain value from the Scaled class, you can use the methods InquireBlue, InquireGreen, InquireRed, or InquireMaster. The actual gain factor is sensor-dependent and is specified in "Camera and sensor data" chapter in the uEye manual.
You can use the GetSensorInfo() function to query the available gain controls.
Depending on the time when the gain settings are changed, these changes might only become effective when the next image is captured.
Methods
Method |
Description |
---|---|
Returns the default blue channel gain factor. |
|
Returns the default green channel gain factor. |
|
Returns the default master channel gain factor. |
|
Returns the default red channel gain factor. |
|
Returns the blue channel gain factor. |
|
Returns the green channel gain factor. |
|
Returns the master channel gain factor. |
|
Returns the red channel gain factor. |
|
Converts the index value for the blue channel gain factor. |
|
Converts the index value for the green channel gain factor. |
|
Converts the index value for the master gain factor. |
|
Converts the index value for the red channel gain factor. |
|
Sets the blue channel gain factor. |
|
Sets the green channel gain factor. |
|
Sets the master channel gain factor. |
|
Sets the red channel gain factor. |