User`s guide

FUNCTIONS
SDK SECTION 11
Page 106
GetCameraInformation
unsigned int WINAPI GetCameraInformation (int index, long * information)
Description
This function will return information on a particular camera denoted by the index.
Parameters
Int index: (reserved)
Long* information: current state of camera
Bit:1 1 - USB camera present
Bit:2 1 - All dlls loaded properly
Bit:3 1 - Camera Initialized correctly
Return
unsigned int
DRV_SUCCESS
DRV_VXDNOTINSTALLED
DRV_USBERROR
Driver status return
Driver not installed
USB device error
See also
GetCameraHandle, GetHeadModel, GetCameraSerialNumber, GetCapabilities
NOTE Only available in iDus. The index parameter is not used at present so should be
set to 0. For any camera except the iDus The value of information following a call
to this function will be zero.
GetCameraSerialNumber
unsigned int WINAPI GetCameraSerialNumber (int* number)
Description
This function will retrieve camera’s serial number.
Parameters
int *number: Serial Number.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
Serial Number returned.
System not initialized.
See also
GetCameraHandle, GetHeadModel, GetCameraInformation, GetCapabilities