Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_GetHdrMode |
uEye Camera Manual Version 3.80
is_GetHdrMode
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_GetHdrMode (HIDS hCam, INT* Mode)
Description
Some sensors support HDR (High Dynamic Range) mode. You can use the is_EnableHdr() function to enable / disable it. Using is_GetHdrMode(), you can query the HDR mode supported by the sensor.
For further information on HDR mode, please refer to the HDR properties section of the uEye Demo chapter.
Input Parameters
hCam |
Camera handle |
Mode |
Possible return values |
IS_HDR_KNEEPOINTS |
HDR is supported. |
IS_HDR_NOT_SUPPORTED |
HDR is not supported. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions