Chapter 7
Advanced Function APIs
211
7.3.4
Shared Camera/Accessory Parameter Value Callbacks
This section provides programming information about shared camera and accessory
parameter value callbacks.
7.3.4.1
PicamIntegerValueChangedCallback()
Description
PicamIntegerValueChangedCallback()
is the change notification callback
function called when a parameter’s integer value has been changed.
Syntax
PicamIntegerValueChangedCallback()
is:
typedef PicamError (PIL_CALL* PicamIntegerValueChangedCallback)
(
PicamHandle camera_or_accessory,
PicamParameter parameter,
piint value);
Input Parameters
Input parameters for
PicamIntegerValueChangedCallback()
7.3.4.2
PicamFloatingPointValueChangedCallback()
Description
PicamFloatingPointValueChangedCallback()
is the change notification callback
function called when a parameter’s floating point value has been changed.
Syntax
PicamFloatingPointValueChangedCallback()
is:
typedef PicamError (PIL_CALL* PicamFloatingPointValueChangedCallback)
(
PicamHandle camera_or_accessory,
PicamParameter parameter,
piflt value);
Input Parameters
Input parameters for
PicamFloatingPointValueChangedCallback()
camera_or_accessory:
Handle for the hardware for which a parameter’s integer value has
been changed.
parameter:
The parameter which has had its integer value changed.
value:
The new integer value.
camera_or_accessory:
Handle for the hardware for which a parameter’s floating point
value has been changed.
parameter:
The parameter which has had its floating point value changed.
value:
The new floating point value.
Содержание 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: ......