![]() |
![]() |
---|---|
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_LoadBadPixelCorrectionTable (HIDS hCam, const IS_CHAR* File)
Description
This function is obsolete and should not be used anymore. We recommend to use the is_HotPixel() function instead. |
is_LoadBadPixelCorrectionTable() loads a list of sensor hot pixel coordinates that was previously saved using the is_SaveBadPixelCorrectionTable() function.
Input parameters
hCam |
Camera handle |
File |
Pointer to a string which contains the name of the file where the coordinates are stored. You can either pass an absolute or a relative path. If NULL is passed, the "Open File" dialog opens. |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related functions