208
PICam™ 5.x Programmer’s Manual
Issue 11
7.3.1
Camera-Specific Discovery Callbacks
This section provides programming information about camera-specific discovery
callbacks.
7.3.1.1
PicamDiscoveryCallback()
Description
is the callback function for camera discovery.
Syntax
is:
typedef PicamError (PIL_CALL* PicamDiscoveryCallback)
(
const PicamCameraID* id,
PicamHandle device,
PicamDiscoveryAction action);
Input Parameters
The input parameters for
are:
7.3.2
Accessory-Specific Discovery Callbacks
This section provides programming information about accessory-specific discovery
callbacks.
7.3.2.1
PicamAccessoryDiscoveryCallback()
Description
PicamAccessoryDiscoveryCallback()
is the callback function for accessory
discovery.
Syntax
PicamAccessoryDiscoveryCallback()
is:
typedef PicamError (PIL_CALL* PicamAccessoryDiscoveryCallback)
(
const PicamAccessoryID* id,
PicamHandle accessory,
PicamDiscoveryAction action);
Input Parameters
The input parameters for
PicamAccessoryDiscoveryCallback()
are:
id:
Pointer to the camera that has been discovered.
device:
The handle for an open camera device if
is open within this process.
This is null otherwise.
action:
The type of discovery.
id:
Pointer to the accessory that has been discovered.
accessory:
The handle for an open accessory device if
is open within this process.
This is null otherwise.
action:
The type of discovery.
Содержание 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: ......