USB 2.0 USB 3.x GigE |
USB 2.0 USB 3.x 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, see also uEye Cockpit: Camera properties.
The HDR mode with knee points is only supported by the models UI-122x/UI-322x/UI-522x, UI-313xCP/UI-513x, and UI-314x/UI-514x. |
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_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_NO_SUCCESS |
General error message |
IS_SUCCESS |
Function executed successfully |
Related functions