Chapter 7
Advanced Function APIs
199
7.2.1.2
PicamColumnDefect
Description
specifies the location and size of a single defective column on
the sensor.
Structure Definition
is:
typedef struct PicamColumnDefect
{
PicamPixelLocation start;
piint height;
} PicamColumnDefect;
Variable Definitions
The variables required by
7.2.1.3
PicamRowDefect
Description
specifies the location and size of a single defective row on the
sensor.
Structure Definition
is:
typedef struct PicamRowDefect
{
PicamPixelLocation start;
piint width;
} PicamRowDefect;
Variable Definitions
The variables required by
start:
The top-most defective pixel.
height:
The number of rows this column defect spans.
start:
The left-most defective pixel.
height:
The number of columns this row defect spans.
Содержание Princeton Instruments PICam 5.x
Страница 1: ...www princetoninstruments com PICam 5 x Programmer s Manual 4411 0161 Issue 11 June 28 2021...
Страница 4: ...4 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 14: ...14 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 180: ...180 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 192: ...192 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 290: ...290 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 302: ...302 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 326: ...324 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 351: ...This page is intentionally blank...
Страница 354: ......