| Home > Function descriptions > | History back Previous chapter Next chapter Print |
SetColorCorrection |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG SetColorCorrection (LONG nMode)
Description
SetColorCorrection() sets the color correction mode. This enhances the rendering of colors for cameras with color sensors. Color correction is a digital correction based on a color matrix which is adjusted individually for each sensor.
If you perform Bayer conversion for GigE uEye HE color cameras in the camera itself, color conversion will automatically also take place in the camera.
|
|
Parameters
nMode |
Color correction mode |
IS_CCOR_ENABLE_NORMAL |
Enables simple color correction. This parameter replaces IS_CCOR_ENABLE. |
IS_CCOR_ENABLE_BG40_ENHANCED |
Enables color correction for cameras with optical IR filter glasses of the BG40 type. |
IS_CCOR_ENABLE_HQ_ENHANCED |
Enables color correction for cameras with optical IR filter glasses of the HQ type. |
IS_CCOR_SET_IR_AUTOMATIC |
Enables color correction for cameras with optical IR filter glasses. The glass type is set automatically as specified in the camera EEPROM. |
IS_CCOR_DISABLE |
Disables color correction. |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related properties
Related functions