Teledyne Princeton Instruments PICam 5.x Programmer's Manual page 38

Table of Contents

Advertisement

38
4.3.1.3
Picam_GetAvailableCameraIDs()
Description
Picam_GetAvailableCameraIDs()
array stores camera IDs for all available cameras.
Syntax
The syntax for
Input Parameters
There are no input parameters associated with Picam_GetAvailableCameraIDs().
Output Parameters
Output parameters for
Related APIs
For additional information, refer to the following related APIs:
PICam™ 5.x Programmer's Manual
NOTE:
Cameras that have been disconnected or are currently open
in another process are not available.
NOTE:
Prior to program termination, memory that has been
dynamically allocated to
calling Picam_DestroyCameraIDs().
Picam_GetAvailableCameraIDs()
PICAM_API Picam_GetAvailableCameraIDs(
const PicamCameraID** id_array,
Picam_GetAvailableCameraIDs()
id_array: Pointer to the memory address for the array in which the list of
available camera IDs is stored.
When there are no available camera IDs, a null value is returned.
id_count: The total number of available camera IDs stored in id_array. This
equals the length of the array that has been created.
When there are no available camera IDs, a value of 0 [zero] is
returned.
Picam_DestroyCameraIDs().
dynamically creates an array of length N. This
must be released by
id_array
is:
piint* id_count);
Issue 11
are:

Advertisement

Table of Contents
loading

Table of Contents