| Home > C: Programming > Function descriptions > | History back Previous chapter Next chapter Print |
is_GetCameraLUT |
|
uEye Camera Manual Version 4.00
|
|
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 |
||||
|
|||||
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 grayscale 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_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_NO_SUCCESS |
General error message |
IS_NOT_SUPPORTED |
The camera model used here does not support this function or setting. |
IS_SUCCESS |
Function executed successfully |
Related functions