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

Table of Contents

Advertisement

Chapter 4
4.3.4.2
Picam_GetAvailableDemoCameraModels()
Description
Picam_GetAvailableDemoCameraModels()
N. This array stores a list of virtual camera models which are available for use in Demo
Mode.
Syntax
The syntax for
Input Parameters
There are no input parameters associated with
Picam_GetAvailableDemoCameraModels().
Output Parameters
Output parameters for
Related APIs
For additional information, refer to the following related APIs:
Identification APIs
NOTE:
Prior to program termination, memory that has been
dynamically allocated to
calling Picam_DestroyModels().
Picam_GetAvailableDemoCameraModels()
PICAM_API Picam_GetAvailableDemoCameraModels(
Picam_GetAvailableDemoCameraModels()
model_array: Pointer to the memory address for the array in which the list of
virtual camera models is stored.
When there are no virtual camera models available, a null value is
returned.
model_count: The total number of virtual models being stored in model_array.
This equals the length of the array that has been created.
When there are no virtual models available, a value of 0 [zero] is
returned.
Picam_DestroyModels().
dynamically creates an array of length
must be released by
model_array
const PicamModel** model_array,
piint* model_count);
65
is:
are:

Advertisement

Table of Contents
loading

Table of Contents