| Home > Function descriptions > | History back Previous chapter Next chapter Print |
SaveParameters |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG SaveParameters(BSTR strFileName)
Description
SaveParameters() stores the parameters of the camera into an ini file specified by strFileName. Two parameter sets can be stored in the camera's non-volatile memory.
Parameters
strFileName |
Pointer to a filename You can either pass an absolute or a relative path. For internal parameter sets, these are "\\cam\\set1" or "/cam/set1", or "\\cam\\set2" or "/cam/set2", respectively. 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