Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_SetGamma |
uEye Camera Manual Version 3.80
is_SetGamma
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_SetGamma (HIDS hCam, INT nGamma)
Description
is_SetGamma() enables digital gamma correction which applies a gamma characteristic to the image. When hardware color conversion is used on GigE uEye HE cameras the gamma correction is performed in the camera hardware as well. When the color conversion is performed in the PC (software conversion) the gamma correction is performed in software.
|
|
Input Parameters
hCam |
Camera handle |
nGamma |
Gamma value to be set, multiplied by 100 |
IS_GET_GAMMA |
Returns the current setting. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Current setting when used together with |
Related Functions
See also:
|