Please enable JavaScript to view this site.

uEye .NET Manual 4.97

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

GetDefaultBlue

Returns the default blue channel gain factor.

GetDefaultGreen

Returns the default green channel gain factor.

GetDefaultMaster

Returns the default master channel gain factor.

GetDefaultRed

Returns the default red channel gain factor.

GetBlue

Returns the blue channel gain factor.

GetGreen

Returns the green channel gain factor.

GetMaster

Returns the master channel gain factor.

GetRed

Returns the red channel gain factor.

InquireBlue

Converts the index value for the blue channel gain factor.

InquireGreen

Converts the index value for the green channel gain factor.

InquireMaster

Converts the index value for the master gain factor.

InquireRed

Converts the index value for the red channel gain factor.

SetBlue

Sets the blue channel gain factor.

SetGreen

Sets the green channel gain factor.

SetMaster

Sets the master channel gain factor.

SetRed

Sets the red channel gain factor.