| Home > Function descriptions > | History back Previous chapter Next chapter Print |
GetHdrMode |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG GetHdrMode (LONG* Mode)
Description
Some sensors support HDR (High Dynamic Range) mode. You can use the EnableHdr() function to enable/disable it. Using GetHdrMode(), you can query the HDR mode supported by the sensor.
|
|
Parameters
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 |
IS_NOT_SUPPORTED |
This function is not supported by the current camera |
Related functions