Chapter 4
Identification APIs
33
4.2
Structure Definitions
This section provides information about structures required by the hardware APIs.
4.2.1
PicamCameraID
Structure Definition
is:
typedef struct PicamCameraID
{
PicamModel model;
PicamComputerInterface computer_interface;
pichar sensor_name [ ];
pichar serial_number [ ];
} PicamCameraID;
Variable Definitions
The variables required for
are:
4.2.2
PicamAccessoryID
Structure Definition
is:
typedef struct PicamAccessoryID
{
PicamModel model;
PicamComputerInterface computer_interface;
pichar serial_number [ ];
} PicamAccessoryID;
Variable Definitions
The variables required for
are:
model:
This is the camera model.
computer_interface:
This is the method by which the camera communicates with the
host computer.
sensor_name:
This is the name of the sensor in the camera.
serial_number:
This is the unique serial number that corresponds with the
camera.
model:
This is the accessory model.
computer_interface:
This is the method by which the accessory communicates with
the host computer.
serial_number:
This is the unique serial number that corresponds with the
accessory.
Summary of Contents for Princeton Instruments PICam 5.x
Page 1: ...www princetoninstruments com PICam 5 x Programmer s Manual 4411 0161 Issue 11 June 28 2021...
Page 4: ...4 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Page 14: ...14 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Page 180: ...180 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Page 192: ...192 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Page 290: ...290 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Page 302: ...302 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Page 326: ...324 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Page 351: ...This page is intentionally blank...
Page 354: ......