MATLAB IMAGE ACQUISITION TOOLBOX 3 Guide de l'utilisateur Page 337

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 408
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 336
EventLog
Characteristics
Access Read only
Data type
Structure array
Values Default is empty structure array.
Examples Create a video input o bject.
vid = videoinput('win video');
Start the object.
start(vid)
View the event log to see which events occurred.
elog = vid.EventLog;
{elog.Type}
ans =
'Start' 'Trigg er' '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
See Also Properties
Logging
14-11
Vue de la page 336
1 2 ... 332 333 334 335 336 337 338 339 340 341 342 ... 407 408

Commentaires sur ces manuels

Pas de commentaire