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

Table of Contents

Advertisement

126
5.4.1.7
Picam_SetParameterRoisValue()
Description
Picam_SetParameterRoisValue()
during camera setup.
Syntax
The syntax for
Input Parameters
Input parameters for
Output Parameters
There are no output parameters associated with Picam_SetParameterRoisValue().
Advanced API Usage
When used in conjunction with Advanced APIs,
Related Structures
For additional information, refer to the following ROI structures:
Related APIs
For additional information, refer to the following related APIs:
PICam™ 5.x Programmer's Manual
Picam_SetParameterRoisValue()
PICAM_API Picam_SetParameterRoisValue(
Picam_SetParameterRoisValue()
camera: Handle for the camera being configured.
parameter: Specifies the Rois parameter that is to be configured.
Valid parameters are those of type PicamValueType_Rois.
value: The value to which the Rois 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.
PicamRoi;
PicamRois.
Picam_CommitParameters()
configures an Rois parameter to a specified value
is:
PicamHandle camera,
PicamParameter parameter,
const PicamRois* value);
camera
.
are:
may be a handle to either the:
model
Issue 11
device

Advertisement

Table of Contents
loading

Table of Contents