Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_SaveParameters |
uEye Camera Manual Version 3.80
is_SaveParameters
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_SaveParameters (HIDS hCam, const IS_CHAR* pFilename)
Description
is_SaveParameters() saves the current camera parameters to an ini file or to the EEPROM of the camera. You can load saved parameters using the is_LoadParameters() function. The uEye Parameter File section in the Appendix describes the structure of a uEye ini file.
Input Parameters
hCam |
Camera handle |
pFileName |
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.. |
You can save two parameter sets in the non-volatile EEPROM of the camera using specific filenames:
pFileName |
|
"\\cam\\set1" or "/cam/set1" |
Parameter set 1 |
"\\cam\\set2" or "/cam/set2" |
Parameter set 2 |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions