Please enable JavaScript to view this site.

uEye DirectShow 4.97

IID_IuEyeAutoParameter

This interface provides special functions for controlling the automatic functions that are not covered by the DirectShow standard. This interface enables/disables the auto white balance. You can require all supported types for white balance. In addition to the older white balance with the Gray-World algorithm, there is also a color temperature control according to Kelvin. In addition the supported color spaces are queried and set. To use the interface, you must integrate the uEyeCaptureInterface.h header file into your project.

IuEyeAutoParameter provides the following functions:

AutoParameter_GetAWBType

Returns the current set type of the auto white balance.

AutoParameter_SetAWBType

Sets the type of the auto white balance.

AutoParameter_GetSupportedAWBType

Returns the supported types for auto white balance.

AutoParameter_GetEnableAWB

Returns if the auto white balance is enabled.

AutoParameter_SetEnableAWB

Enables/Disables the auto white balance.

AutoParameter_GetRGBColorModelAWB

Returns the current color space for the auto white balance.

AutoParameter_SetRGBColorModelAWB

Sets the color space for the auto white balance.

AutoParameter_GetSupportedRGBColorModelAWB

Returns the supported color spaces for the auto white balance.