108
PICam™ 5.x Programmer’s Manual
Issue 11
5.2
Data Structure Definitions
This section provides programming information for the following PICam data structure
definitions:
•
Camera-Specific Parameter Data Structures
—
—
—
—
—
•
Shared Camera/Accessory Parameter Data Structures
—
5.2.1
Camera-Specific Parameter Data Structures
This section provides detailed programming information about camera-specific
parameter data structures.
5.2.1.1
PicamRoi
Description
defines a single Region of Interest (ROI.)
Structure Definition
is:
typedef struct PicamRoi
{
piint x;
piint width;
piint x_binning;
piint y;
piint height;
piint y_binning;
}
PicamRoi;
Variable Definitions
The variables required by
x:
The left-most column coordinate (zero-based).
width:
The number of columns.
x_binning:
The number of columns to group into a sum.
y:
The top-most row coordinate (zero-based).
height:
The number of rows.
y_binning:
The number of rows to group into a sum.
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: ......