Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_EnableHdr |
uEye Camera Manual Version 3.80
is_EnableHdr
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_EnableHdr (HIDS hCam, INT Enable)
Description
Some sensors support HDR knee point mode. You can use the is_EnableHdr() function to enable / disable it. To set the knee points of the HDR curve, you can use the is_SetHdrKneepoints() function.
For further information on HDR mode, please refer to the HDR Sensor Principles chapter.
|
Input Parameters
hCam |
Camera handle |
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_HDRare used. |
IS_NO_SUCCESS |
General error message |
IS_NOT_SUPPORTED |
In case an unsupported sensor type and IS_ENABLE_HDR are used. |
Related Functions
Sample Programs
• | uEyeC# Hdr Demo (C#) |