256
PICam™ 5.x Programmer’s Manual
Issue 11
7.4.10
Shared Camera/Accessory Advanced Parameter Information APIs
This section provides programming information for camera and accessory advanced
parameter information APIs.
7.4.10.1
PicamAdvanced_RegisterForIsRelevantChanged()
Description
PicamAdvanced_RegisterForIsRelevantChanged()
registers a function to call
when the relevance for a parameter has been changed, even if it is changed as a result
of a different parameter’s value being changed.
NOTE:
Multiple functions may be registered. When this is the case,
the functions are called in the order in which they have
been registered.
Registered callbacks are called synchronously from within the thread in which
associated parameter values are being set (i.e., called prior to returning from the set
operation.)
Call
PicamAdvanced_UnregisterForIsRelevantChanged()
callback once it is not longer required.
Syntax
PicamAdvanced_RegisterForIsRelevantChanged()
is:
PICAM_API PicamAdvanced_RegisterForIsRelevantChanged(
PicamHandle camera_or_accessory,
PicamParameter parameter,
PicamIsRelevantChangedCallback changed);
Input Parameters
Input parameters for
PicamAdvanced_RegisterForIsRelevantChanged()
Output Parameters
There are no output parameters associated with
PicamAdvanced_RegisterForIsRelevantChanged()
.
Related APIs
For additional information, refer to the following related APIs:
•
PicamAdvanced_UnregisterForIsRelevantChanged()
.
camera_or_accessory:
Handle for the hardware for which the callback is being
registered.
parameter:
The parameter for which the callback is being registered.
changed:
The name assigned to the callback function being registered.
Содержание 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: ......