Please enable JavaScript to view this site.

uEye DirectShow 4.97

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.

hint_info

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

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