Class
Accessible
Camera.Hdr.GetSupported
Syntax
uEye.Hdr.GetSupported(out bool bSupported)
Description
Some sensors support HDR (high dynamic range) mode. You can use SetEnable() to enable/disable it. Using GetSupported(), you can query the HDR mode supported by the sensor.
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. |
Parameter
bSupported |
true = HDR mode is supported. |
false = HDR mode is not supported. |