Home > C: Programming > Obsolete Functions > | History back Previous chapter Next chapter Print |
is_SaveBadPixelCorrectionTable |
uEye Camera Manual Version 3.80
is_SaveBadPixelCorrectionTable
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_SaveBadPixelCorrectionTable (HIDS hCam, const IS_CHAR* File)
Description
|
is_SaveBadPixelCorrectionTable() saves the user-defined hot pixel list to the specified file.
|
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 "Save as" dialog will be displayed. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions