© 2016 Thorlabs Scientific Imaging
4 Programming (SDK)
309
4.3.70 is_ParameterSet
Syntax
INT is_ParameterSet(HIDS hCam, UINT nCommand, void* pParam, UINT cbSizeOfParam)
Description
The is_ParameterSet() function saves the current camera parameters to a file or to the EEPROM
of the camera and loads the parameter set from a file or the EEPROM.
The nCommand input parameter is used to select the function mode. The pParam input parameter
depends on the selected function mode. If you select functions for setting or returning a value,
pParam contains a pointer to a variable of the UINT type. The size of the memory area to which
pParam refers is specified in the cbSizeOfParam input parameter.
Only camera-specific ini files can be loaded. The uc480 parameter file section in the appendix
describes the structure of a uc480 ini file.
Attention
When loading an ini file, make sure that the image size (AOI) and color depth parameters in the ini
file match those in the allocated memory. Otherwise, display errors may occur.
Note
The following functions are obsolete by the is_ParameterSet() function:
is_SaveParameters()
is_LoadParameters()
See also: Obsolete functions
Input parameter