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

Table of Contents

Advertisement

144
5.4.2.3
Picam_SetParameterIntegerValue()
Description
Picam_SetParameterIntegerValue()
during hardware setup.
Syntax
The syntax for
Input Parameters
Input parameters for
camera_or_accessory: Handle for the hardware being configured.
Output Parameters
There are no output parameters associated with
Picam_SetParameterIntegerValue().
Advanced API Usage
When used in conjunction with Advanced APIs, if
handle, it may be a handle to either the:
Related APIs
For additional information, refer to the following related APIs:
PICam™ 5.x Programmer's Manual
Picam_SetParameterIntegerValue()
PICAM_API Picam_SetParameterIntegerValue(
Picam_SetParameterIntegerValue()
parameter: Specifies the parameter that is to be set with an integer value.
Valid parameters are those of type:
value: The integer value to which the parameter is to be set.
;
model
The
parameter may be set independently from the corresponding
model
parameter. However, doing so requires that all parameters be committed to the
prior to starting any data acquisition by calling
device
Picam_CommitParameters()
.
device
Setting a
parameter automatically sets the corresponding
device
parameter to the same value.
Picam_CommitParameters().
sets a parameter to a specified integer value
PicamHandle camera_or_accessory,
PicamParameter parameter,
piint value);
• PicamValueType_Integer;
• PicamValueType_Boolean;
• PicamValueType_Enumeration.
camera_or_accessory
.
Issue 11
is:
are:
is a camera
device
model

Advertisement

Table of Contents
loading

Table of Contents