USB 2.0 USB 3.x GigE |
USB 2.0 USB 3.x GigE |
Syntax
INT is_GetHdrKneepoints (HIDS hCam, KNEEPOINTARRAY* KneepointArray, INT KneepointArraySize)
Description
Some sensors support HDR mode (high dynamic range). You can use the is_EnableHdr() function to enable/disable it. Using is_GetHdrKneepoints(), you can query the currently set knee points.
The HDR mode with knee points is only supported by the models UI-122x/UI-322x/UI-522x, UI-313xCP/UI-513x, and UI-314x/UI-514x. |
Input parameters
hCam |
Camera handle |
KneepointArray |
Pointer to a KNEEPOINTARRAY |
KneepointArraySize |
Size of the array |
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