202 DCx camera
© 2010 Thorlabs
7.3.56
is_LoadParameters
Syntax
INT is_LoadParameters (HIDS hCam, char* pFilename)
Description
is_LoadParameters() loads the parameters for a camera from a DCx camera ini file or from the
camera EEPROM. Using the is_SaveParameters() function, you can save camera parameters
in an ini file or in the camera.
Only camera-specific ini files can be loaded. The DCx camera Parameter File section in the
Appendix describes the structure of a DCx camera ini file.
When loading an ini file, make sure that the image size (AOI) and colour depth parameters in the
ini file match those in the allocated memory. Otherwise, display errors may occur.
Input Parameters
Pointer to a filename. You can either pass an absolute or a relative path. For
the internal camera parameter sets, these would be
"\\cam\\set1" or "/cam/set1", or
"\\cam\\set2" or "/cam/set2", respectively.
If NULL is passed, the "Open File" dialogue is displayed.
You can load the parameter sets stored in the camera EEPROM using specific filenames:
"\\cam\\set1" or
"/cam/set1"
"\\cam\\set2" or
"/cam/set2"
Return Values
Function executed successfully
This is the ini file of a different camera type
Related Functions
is_SaveParameters()
216
351
216