Please enable JavaScript to view this site.

IDS Software Suite - obsolete functions 4.97

Windows_Logo
Linux_Logo

USB 2.0

GigE

USB 2.0

GigE

Syntax

INT is_SaveBadPixelCorrectionTable (HIDS hCam, const IS_CHAR* File)

Description

hint_info

This function is obsolete and should not be used anymore. We recommend to use the is_HotPixel() function instead.

is_SaveBadPixelCorrectionTable() saves the user-defined hot pixel list to the specified file.

hint_info

You can only save the hot pixel list if you have previously added user-defined pixels with the is_SetBadPixelCorrectionTable() 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 "Save as" dialog will be displayed.

Return values

IS_SUCCESS

Function executed successfully

IS_NO_SUCCESS

General error message

Related functions

is_LoadBadPixelCorrectionTable()

is_SetBadPixelCorrection()

is_SetBadPixelCorrectionTable()