Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.Hdr

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.

hint_info

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.