triggerconfig
Configure video input object trigger properties
Syntax
Description
triggerconfig(
sets the value of the videoinput
,type
)TriggerType
property of the
videoinput
object to the value specified in the
type
argument. For a list of valid TriggerType
values, call triggerinfo(
. videoinput
)
triggerconfig(
sets the values of the videoinput
,type
,condition
)TriggerType
and
TriggerCondition
properties of the videoinput
object
to the values specified in the type
and condition
arguments, respectively. For a list of valid TriggerType
and
TriggerCondition
values, call
triggerinfo(
.
videoinput
)type
and condition
must specify a unique trigger
configuration.
triggerconfig(
sets the values of the videoinput
,type
,condition
,source
)TriggerType
, TriggerCondition
,
and TriggerSource
properties of the videoinput
to the
values specified in type
, condition
, and
source
arguments, respectively. For a list of valid
TriggerType
, TriggerCondition
, and
TriggerSource
values, use
triggerinfo(
.videoinput
)
returns a MATLAB® structure, configOut
= triggerconfig(videoinput
)configOut
, containing the current trigger
configuration of the object. videoinput
must be a 1-by-1 video input
object.
triggerconfig(
configures the videoinput
,configIn
)TriggerType
, TriggerCondition
, and
TriggerSource
property values for video input object
videoinput
by using configIn
, a MATLAB structure with the field names TriggerType
,
TriggerCondition
, and TriggerSource
, each containing
the desired property value.
Note
To get a list of options you can use on a function, press the Tab key after entering a function on the MATLAB command line. The list expands, and you can scroll to choose a property or value.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a