155SDK (Software development Kit)
© 2010 Thorlabs
7.3.23
is_GetCameraInfo
Syntax
INT is_GetCameraInfo (HIDS hCam, CAMINFO* pInfo)
Description
is_GetCameraInfo() reads out the data hard-coded in the EEPROM and writes it to the data
structure that pInfo points to.
The information from this data structure should not be used to find a specific camera (e.g. in order
to control this specific camera). Instead, we recommend identifying a camera by a fixed camera
ID or by the sensor ID (see is_GetCameraList() ).
Contents of the CAMINFO Structure
Serial number of the camera
Manufacturer of the camera
e.g. "Thorlabs GmbH"
For USB cameras, this value indicates the USB board hardware
version.
e.g. "V2.10"
System date of the final quality check
e.g. "01.08.2008" (DD.MM.YYYY)
Camera type
IS_CAMERA_TYPE_UC480_USB_SE
IS_CAMERA_TYPE_UC480_USB_LE
USB DCU camera
USB DCC camera
Input Parameters
Pointer to a CAMINFO data structure
Return Values
Function executed successfully
157