Class
Accessible
Camera.Hotpixel.GetSupportedCorrectionMode
Syntax
uEye.Hotpixel.GetSupportedCorrectionMode(out uEye.Defines.CorrectionMode mode)
Description
Returns the supported hot pixel correction modes.
Parameter
mode |
Returns the supported hot pixel correction modes. The return value is a bitmask with the following constants (combined by OR): •uEye.Defines.CorrectionMode.CameraCorrection: Hot pixel correction is possible via the hot pixel list in the non-volatile camera memory. •uEye.Defines.CorrectionMode.SoftwareCorrection: Hot pixel correction is possible via the user-defined hot pixel list. •uEye.Defines.CorrectionMode.SensorCorrection: Hot pixel correction is possible via the sensor-internal hot pixel correction. •uEye.Defines.CorrectionMode.Disabled: Hot pixel correction is disabled. |