MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Guide de l'utilisateur Page 504

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 574
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 503
18 Properties — Alphabetical List
18-14
Characteristics
Access Read only
Data type Structure array
Values Default is empty structure array.
Examples
Create a video input object.
vid = videoinput('winvideo');
Start the object.
start(vid)
View the event log to see which events occurred.
elog = vid.EventLog;
{elog.Type}
ans =
'Start' 'Trigger' 'Stop'
View the data associated with a trigger event.
elog(2).Data
ans =
AbsTime: [2003 2 11 17 22 18.9740]
FrameMemoryLimit: 12288000
FrameMemoryUsed: 0
FrameNumber: 0
RelativeFrame: 0
TriggerIndex: 1
Vue de la page 503
1 2 ... 499 500 501 502 503 504 505 506 507 508 509 ... 573 574

Commentaires sur ces manuels

Pas de commentaire