MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Uživatelská příručka Strana 485

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 574
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 484
1 2 ... 480 481 482 483 484 485 486 487 488 489 490 ... 573 574

Komentáře k této Příručce

Žádné komentáře