Please enable JavaScript to view this site.

uEye .NET Manual 4.97

The PersistentMemory class provides methods for reading or writing the non-volatile user memory of a uEye camera (64 Byte). Besides the hard-coded factory information, the user memory of the uEye camera can hold additional user data which is not to be stored cyclically but permanently, e. g. camera parameters for camera opening, one-time determined, permanent calibration data, etc. Depending on the camera model, an additional extended memory (64 kB) is provided beside the old 64 Byte user memory, which can also be used storing user data (see Extended class).

hint_info

Note: The EEPROM class is obsolete by this new PersistentMemory class.

The following class and methods exist:

Extended

Methods

Method

Description

GetSize

Returns the size of the user memory.

Read

Reads the data from the user memory.

Write

Writes the data in the user memory.