Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.Parameter

Accessible

Camera.Parameter.Load

Syntax

uEye.Parameter.Load()

uEye.Parameter.Load(string strFilename)

Description

Loads a camera parameter set from the non-volatile camera memory or a file.

Parameter

none

Parameter set is loaded from the non-volatile camera memory

strFilename

Parameter set is loaded from the file specified in strFilename (use Unicode for this parameter)

Example

String m_strIniFile = "parameter.ini";
uEye.Defines.Status statusRet = Camera.Parameter.Load(m_strIniFile);