| Home > Function descriptions > | History back Previous chapter Next chapter Print |
LoadParameters |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG LoadParameters(BSTR strFileName)
Description
LoadParameters() loads a set of previous stored parameters from an ini file or an internal camera parameter set specified by strFileName. Parameters can be stored with SaveParameters() function.
|
|
Parameters
strFileName |
String specifies path and name of the ini file which contains the parameters. When transferring a NULL pointer, a file dialog is displayed. The parameter sets in the camera's non-volatile memory can be loaded with the help of specific filenames: Parameter set 1 "\\cam\\set1" or "/cam/set1" Parameter set 2 "\\cam\\set2" or "/cam/set2" |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related functions