![Teledyne Princeton Instruments PICam 5.x Скачать руководство пользователя страница 209](http://html1.mh-extra.com/html/teledyne/princeton-instruments-picam-5-x/princeton-instruments-picam-5-x_programmers-manual_1080558209.webp)
Chapter 7
Advanced Function APIs
209
7.3.3
Camera-Specific Parameter Value Callbacks
This section provides programming information about camera-specific parameter value
callbacks.
7.3.3.1
PicamLargeIntegerValueChangedCallback()
Description
PicamLargeIntegerValueChangedCallback()
is the change notification callback
function called when a parameter’s large integer value has been changed.
Syntax
PicamLargeIntegerValueChangedCallback()
is:
typedef PicamError (PIL_CALL* PicamLargeIntegerValueChangedCallback)
(
PicamHandle camera,
PicamParameter parameter,
pi64s value);
Input Parameters
Input parameters for
PicamLargeIntegerValueChangedCallback()
7.3.3.2
PicamRoisValueChangedCallback()
Description
PicamRoisValueChangedCallback()
is the change notification callback function
called when a parameter’s Rois value has been changed.
Syntax
PicamRoisValueChangedCallback()
is:
typedef PicamError (PIL_CALL* PicamRoisValueChangedCallback)
(
PicamHandle camera,
PicamParameter parameter,
const PicamRois* value);
Input Parameters
Input parameters for
PicamRoisValueChangedCallback()
camera:
Handle for the camera for which a parameter’s large integer value
has been changed.
parameter:
The parameter which has had its large integer value changed.
value:
The new large integer value.
camera:
Handle for the camera for which a parameter’s Rois value has been
changed.
parameter:
The parameter which has had its Rois value changed.
value:
Pointer the array location in which the new Rois value is stored.
Содержание 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: ......