| Home > C: Programming > Function descriptions > | History back Previous chapter Next chapter Print |
|
is_GetHdrKneepoints |
|
uEye Camera Manual Version 4.00
is_GetHdrKneepoints
|
|
USB 2.0 USB 3.0 GigE |
USB 2.0 USB 3.0 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.
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