MATLAB IMAGE ACQUISITION TOOLBOX 3 Betriebsanweisung Seite 195

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 408
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 194
1 2 ... 190 191 192 193 194 195 196 197 198 199 200 ... 407 408

Kommentare zu diesen Handbüchern

Keine Kommentare