Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_GetCameraLUT |
uEye Camera Manual Version 3.80
is_GetCameraLUT
GigE |
GigE |
Syntax
INT is_GetCameraLUT (HIDS hCam,
UINT Mode, UINT NumberOfEntries,
double* pRed_Grey,
double* pGreen,
double* pBlue)
Description
is_GetCameraLUT() returns the current LUT values. Using the is_SetCameraLUT() function, you can select a different LUT for the camera.
|
Input Parameters
hCam |
Camera handle |
Mode |
|
IS_GET_CAMERA_LUT_USER |
Returns the LUT values set by the user without modifications. |
IS_GET_CAMERA_LUT_COMPLETE |
Returns the LUT values set by the user after the gamma, contrast and brightness values have been taken into account. |
NumberOfEntries |
Number of the LUT values |
IS_CAMERA_LUT_64 |
LUT with 64 values |
pRed_Grey |
Pointer to the array to which the red channel values or the greyscale value (GigE uEye SE cameras) of the LUT are written. |
pGreen |
Pointer to the array to which the green channel values of the LUT are written. |
pBlue |
Pointer to the array to which the blue channel values of the LUT are written. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
IS_NOT_SUPPORTED |
This function is not supported by the current camera. |
Related Functions