© 2016 Thorlabs Scientific Imaging
4 Programming (SDK)
393
4.3.107 is_WriteEEPROM
Syntax
INT is_WriteEEPROM (HIDS hCam, INT Adr, char* pcString, INT Count)
Description
Using is_WriteEEPROM(), you can write data to the EEPROM of the camera. Besides the hard-
coded factory information, the EEPROM of the DCx Camera can hold 64 bytes of user data.
Input parameters
Starting address for data writes (0...63)
Pointer to the string containing the data to be written
Number of characters to be written (1...64)
Return values
IS_CANT_COMMUNICATE_WITH_DRIVER
Communication with the driver failed because
no driver has been loaded.
An attempt to initialize or select the camera
failed (no camera connected or initialization
error).
The camera type defined in the .ini file does not
match the current camera model.
Camera is in standby mode, function not allowed
One of the submitted parameters is outside the
valid range or is not supported for this sensor or
is not available in this mode.
An IO request from the uc480 driver failed.
Possibly the versions of the uc480.dll (API) and
the driver file (uc480_usb.sys) do not match.
The camera does not contain any calibration
data.
The camera model used here does not support
this function or setting.
Function executed successfully
A timeout occurred. An image capturing process
could not be terminated within the allowable
period.