Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_GetCameraInfo |
uEye Camera Manual Version 3.80
is_GetCameraInfo
USB 2.0 GigE |
USB 2.0 GigE |
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.
|
|
Contents of the CAMINFO Structure
char |
SerNo[12] |
Serial number of the camera |
|
char |
ID[20] |
Manufacturer of the camera e.g. "IDS GmbH" |
|
char |
Version[10] |
For USB cameras, this value indicates the USB board hardware version. e.g. "V2.10" |
|
char |
Date[12] |
System date of the final quality check e.g. "01.08.2008" (DD.MM.YYYY) |
|
unsigned char |
Select |
Camera ID |
|
unsigned char |
Type |
Camera type IS_CAMERA_TYPE_UEYE_USB_SE IS_CAMERA_TYPE_UEYE_USB_ME IS_CAMERA_TYPE_UEYE_USB_RE IS_CAMERA_TYPE_UEYE_USB_LE IS_CAMERA_TYPE_UEYE_ETH_HE IS_CAMERA_TYPE_UEYE_ETH_SE |
USB uEye SE USB uEye ME USB uEye RE USB uEye LE GigE uEye HE GigE uEye SE |
char |
Reserved[8] |
Reserved |
Input Parameters
hCam |
Camera handle |
pInfo |
Pointer to a CAMINFO data structure |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related Functions