| Home > Function descriptions > | History back Previous chapter Next chapter Print |
LoadBPCTable |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG LoadBPCTable (BSTR strFileName)
Description
LoadBPCTable() loads a file containing a user defined bad pixel correction table. The parameter strFileName specifies the full qualified file name including the path. If file is NULL then a file open dialog box will appear to select the file manually.
Parameters
Parameter |
Description |
strFileName |
NULL: A file open dialog box will appear. not NULL: Specifies the path and file name of the file containing the BPC table. |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Example
//Load a BPC table file named “table.lst”:
ret = LoadBPCTable(“c:\temp\table.lst”);
//Load a BPC table but browse for the file:
ret = LoadBPCTable(NULL);
Related properties
Related properties