Home > Function descriptions > History back  Previous chapter  Next chapter  Print  

LoadBPCTable

uEye ActiveX Manual Version 4.00

LoadBPCTable

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

EnableBadPixelCorrection

Related properties

SetBadPixelCorrection()

GetBadPixelCorrection()


Suggestion for improvement? Send us your short Feedback on this chapter. Thank you very much!

For technical questions please contact you local distributor or use the support form on our website.


© 2012 IDS Imaging Development Systems GmbH
http://www.ids-imaging.com