Please enable JavaScript to view this site.

uEye DirectShow 4.97

Navigation: Interfaces > Filter interfaces > IuEyeHotPixel

HotPixel_GetCorrectionMode

Scroll Previous Top Next More

Syntax

HotPixel_GetCorrectionMode (INT* pnMode)

Description

Returns the currently set hot pixel correction mode.

Parameter

pnMode

The following Integer values are returned:

0 (IS_HOTPIXEL_DISABLE_CORRECTION)

1 (IS_HOTPIXEL_ENABLE_SENSOR_CORRECTION)

2 (IS_HOTPIXEL_ENABLE_CAMERA_CORRECTION)

3 (IS_HOTPIXEL_ENABLE_SENSOR_CORRECTION | IS_HOTPIXEL_ENABLE_CAMERA_CORRECTION)

4 (IS_HOTPIXEL_ENABLE_SOFTWARE_USER_CORRECTION)

5 (IS_HOTPIXEL_ENABLE_SENSOR_CORRECTION | IS_HOTPIXEL_ENABLE_SOFTWARE_USER_CORRECTION)

Interface

IuEyeHotPixel

Related functions

HotPixel_GetSupportedCorrectionModes