Please enable JavaScript to view this site.

uEye DirectShow 4.97

Syntax

LoadParameters (const char* cszFileName)

Description

LoadParameters loads saved camera settings from a uEye parameter file (INI file) or from the non-volatile user memory of the camera.

hint_info

Only camera-specific ini files can be loaded. The "uEye parameter" file chapter in the uEye manual describes the structure of a uEye ini file.

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. The camera type specified in the ini file must match the opened camera type.

Parameter

cszFileName

Pointer to file name. Either the absolute path or the relative path can be specified. For the camera's internal parameter sets, these would be:

"\\cam\\set1" or "/cam/set1"

A parameter of NULL displays the "Open File" window.

Interface

IuEyeCaptureEx

Related functions

SaveParameters

ResetDefaults