Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_SetHardwareGamma |
uEye Camera Manual Version 3.80
is_SetHardwareGamma
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_SetHardwareGamma (HIDS hCam, INT nMode)
Description
is_SetHardwareGamma() enables the hardware gamma correction with a fixed gamma value which is supported by some sensors.
For further information on gamma correction see Characteristics and LUT.
|
|
Input Parameters
hCam |
Camera handle |
nMode |
|
IS_GET_HW_SUPPORTED_GAMMA |
Indicates whether the camera supports hardware gamma correction or not. |
IS_SET_HW_GAMMA_ON |
Enables hardware gamma correction. |
IS_SET_HW_GAMMA_OFF |
Disables hardware gamma correction. |
IS_GET_HW_GAMMA |
Returns the current state of hardware gamma correction. |
Return Values
IS_SUCCESS |
Function executed successfully. |
IS_NO_SUCCESS |
General error message |
IS_NOT_SUPPORTED |
Unsupported sensor |
Current setting when used together with |
|
When used together with IS_GET_HW_SUPPORTED_GAMMA |
IS_SET_HW_GAMMA_ON IS_SET_HW_GAMMA_OFF |
Related Functions