Please enable JavaScript to view this site.

uEye DirectShow 4.97

Navigation: Interfaces > Filter interfaces > IuEyeHotPixel

HotPixel_GetSupportedCorrectionModes

Scroll Previous Top Next More

Syntax

HotPixel_GetSupportedCorrectionModes (INT* pnMode)

Description

Returns the supported hot pixel correction modes. The return value is a bitmask with the following constants (combined by OR):

IS_HOTPIXEL_ENABLE_CAMERA_CORRECTION: Hot pixel correction is possible via the hot pixel list in the non-volatile user memory of the camera.

IS_HOTPIXEL_ENABLE_SOFTWARE_USER_CORRECTION: Hot pixel correction is possible via the user-defined hot pixel list.

IS_HOTPIXEL_ENABLE_SENSOR_CORRECTION: Hot pixel correction is possible via the sensor-internal hot pixel correction.

Parameter

pnMode: Pointer to the variable in which the return value is written.

Interface

IuEyeHotPixel

Related functions

HotPixel_GetCorrectionMode