| Home > Function descriptions > | History back Previous chapter Next chapter Print |
GetCameraLUT |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG GetCameraLUT (ULONG Mode, ULONG NumberOfEntries,
DOUBLE* pRed_Grey, DOUBLE* pGreen, DOUBLE* pBlue)
Description
GetCameraLUT() returns the current LUT values. Using the SetCameraLUT() function, you can select a different LUT for the camera.
|
|
Parameters
Parameters |
Description |
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