| Home > Function descriptions > | History back Previous chapter Next chapter Print |
SetBadPixelCorrection |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG SetBadPixelCorrection (LONG nEnable, LONG nThreshold)
Description
SetBadPixelCorrection() sets the bad pixel correction mode.
Parameters
nEnable |
|
IS_BPC_DISABLE |
Disable bad pixel correction. |
IS_BPC_ENABLE_LEVEL_2 |
Use software bad pixel correction. |
IS_BPC_ENABLE_USER |
Use software bad pixel correction with a user defined correction table (see LoadBPCTable). |
nThreshold |
Currently not used |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related properties
Related functions