| Home > Function descriptions > | History back Previous chapter Next chapter Print |
EnableHdr |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG EnableHdr (LONG Enable)
Description
Some sensors support HDR (High Dynamic Range) mode with kneepoints. You can use the EnableHdr() function to enable/disable it. To set the knee points of the HDR curve, you can use the AddHDRKneepoint() function.
|
|
Parameters
Enable |
|
IS_ENABLE_HDR |
Enables HDR mode. |
IS_DISABLE_HDR |
Disables HDR mode. |
Return values
IS_SUCCESS |
Function executed successfully. This value is also returned in case an unsupported sensor type and IS_DISABLE_HDR are used. |
IS_NO_SUCCESS |
General error message |
IS_NOT_SUPPORTED |
In case an unsupported sensor type and IS_ENABLE_HDR are used. |
Related functions