MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES User's Guide Page 485

  • Download
  • Add to my manuals
  • Print
  • Page
    / 574
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 484
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
Page view 484
1 2 ... 480 481 482 483 484 485 486 487 488 489 490 ... 573 574

Comments to this Manuals

No comments