Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_GetHdrKneepoints |
uEye Camera Manual Version 3.80
is_GetHdrKneepoints
USB 2.0 GigE |
USB 2.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_SUCCESS |
Function executed successfully (supported sensor type) |
IS_NO_SUCCESS |
General error message (supported sensor type) |
IS_NOT_SUPPORTED |
Unsupported sensor type |
Related Functions