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

  • 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 194
Retrieving Event Information
To list the events that are recorded in the EventLog property, examine the
contents of the
Type field.
{events.Type}
ans =
'Start' 'Trigg er' 'Stop'
To get information about a particular event, access the Data field in that
event structure. The example retrieves information about the trigger event.
trigdata = events(2). Data
trigdata =
AbsTime: [2004 12 29 16 40 52.5990]
FrameMemoryLimit: 139427840
FrameMemoryUsed: 0
FrameNumber: 0
RelativeFrame: 0
TriggerIndex: 1
4 Clean up Always rem ove image acquisition objects from mem ory, and
the variables that re ference them, when you n o longer need them.
delete(vid)
clear vid
7-11
Vue de la page 194
1 2 ... 190 191 192 193 194 195 196 197 198 199 200 ... 407 408

Commentaires sur ces manuels

Pas de commentaire