User`s guide
 triggerinfo
17-93
1
Create a video input object.
vid = videoinput('winvideo');
2
Get information about the available trigger configurations for this object.
config = triggerinfo(vid)
config = 
1x2 struct array with fields:
 TriggerType
 TriggerCondition
 TriggerSource
3
View one of the trigger configurations returned by triggerinfo.
config(1)
ans = 
 TriggerType: 'immediate'
 TriggerCondition: 'none'
 TriggerSource: 'none'
See Also
imaqhelp | triggerconfig










