© 2016 Thorlabs Scientific Imaging302
DCx Camera Functional Description and SDK Manual
4.3.68 is_LUT
Syntax
INT is_LUT(HIDS hCam, UINT nCommand, void* pParam, UINT cbSizeOfParams);
Description
Using is_LUT(), you can enable a hardware or software LUT for uEye cameras. This LUT which
will be applied to the image in the camera. A number of predefined LUTs are available.
Alternatively, you define your own LUT. It is possible to define a LUT without enabling it at the same
time. You can also query the current LUT used by the camera.
Each lookup table (LUT) for the uEye contains modification values for the image brightness and
contrast parameters. When a LUT is used, each brightness value in the image will be replaced by a
value from the table. LUTs are typically used to enhance the image contrast or the gamma curve.
The values must be in the range between 0.0 and 1.0. A linear LUT containing 64 equidistant
values between 0.0 and 1.0 has no effect on the image.
For further information on LUTs, please refer to the LUT properties section.
Note: The following functions are obsolete by the is_LUT() function:
is_GetCameraLUT()
is_SetCameraLUT()
See also: Obsolete functions
Input parameters