Home > C: Programming > Obsolete Functions > | History back Previous chapter Next chapter Print |
is_SetBadPixelCorrection |
uEye Camera Manual Version 3.80
is_SetBadPixelCorrection
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_SetBadPixelCorrection (HIDS hCam, INT nEnable, INT threshold)
Description
|
is_SetBadPixelCorrection() enables / disables the software correction of sensor hot pixels.
|
Input Parameters
hCam |
Camera handle |
nEnable |
|
IS_BPC_DISABLE |
Disables the correction function. |
IS_BPC_ENABLE_SOFTWARE |
Enables software correction based on the hot pixel list stored in the EEPROM. |
IS_BPC_ENABLE_USER |
Enables software correction based on user-defined values. First, the is_SetBadPixelCorrectionTable() function must be called. |
IS_GET_BPC_MODE |
Returns the current mode. |
IS_GET_BPC_THRESHOLD |
Returns the current threshold value. |
threshold |
Currently not used |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Current mode when used in connection with |
|
Current threshold value when used in connection with |
Related Functions