Syntax
ParametersSet (UINT nMode, void *pParam, UINT SizeOfParam)
Description
ParametersSet saves the current camera parameters to a file or to the non-volatile user memory of the camera and loads the parameter set from a file or the non-volatile user memory of the camera. Only camera-specific ini files can be loaded. In the uEye manual appendix, the structure of a uEye ini file is described.

|
When loading an ini file, ensure that the memory that has already been allocated matches the parameters of the ini file concerning image size (AOI) and color depth. If this is not the case, display errors may occur.
|
Parameter
IS_PARAMETERSET_CMD_LOAD_EEPROM
|
Loads a camera parameter set from the non-volatile user memory of the camera.
|
IS_PARAMETERSET_CMD_LOAD_FILE
|
Loads a camera parameter set from a file.
You must pass the path to the ini file as Unicode string. You can pass either a relative or an absolute path. If you pass NULL the "Open file" dialog opens.
|
IS_PARAMETERSET_CMD_SAVE_EEPROM
|
Saves a camera parameter set in the non-volatile user memory of the camera.
|
IS_PARAMETERSET_CMD_SAVE_FILE
|
Saves a camera parameter set in a file.
You must pass the path to the ini file as Unicode string. You can pass either a relative or an absolute path. If you pass NULL the "Save as" dialog opens.
|
IS_PARAMETERSET_CMD_GET_NUMBER_SUPPORTED
|
Returns the number of supported parameter sets in the non-volatile user memory of the camera. At the moment this is "1" for all cameras.
|
IS_PARAMETERSET_CMD_GET_HW_PARAMETERSET_AVAILABLE
|
Returns if a camera parameter set in the non-volatile user memory of the camera is supported.
|
IS_PARAMETERSET_CMD_ERASE_HW_PARAMETERSET
|
Deletes the camera parameter set in the non-volatile user memory of the camera.
|
|
pParam
|
Pointer to a function parameter; which function parameter is referred to here depends on nMode.
|
SizeOfParam
|
Size (in bytes) of the memory area to which pParam refers.
|
Interface
•IuEyeCaptureEx
Related functions
•ResetDefaults