Please enable JavaScript to view this site.

IDS Software Suite - obsolete functions 4.97

Windows_Logo
Linux_Logo

USB 2.0

USB 3.0

GigE

USB 2.0

USB 3.0

GigE

Syntax

INT is_GetCameraLUT (HIDS hCam, UINT Mode, UINT NumberOfEntries, double* pRed_Grey, double* pGreen, double* pBlue)

Description

hint_info

This function is obsolete and should not be used anymore. We recommend to use the is_LUT() function instead.

is_GetCameraLUT() returns the current LUT values. Using the is_SetCameraLUT() function, you can select a different LUT for the camera.

hint_info

The is_SetCameraLUT() function is only supported by cameras of the GigE and USB 3 uEye series and the USB 2.0 models UI-214x and UI-228x and all cameras with Rev. 3.

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

is_SetCameraLUT()