MATLAB IMAGE ACQUISITION TOOLBOX 3 Betriebsanweisung Seite 132

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 408
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 131
5 Acqu iring Image Data
4 Start the image acquisition object —Callthestart function to start
the image acquisition object.
start(vid)
The object is running but not logging any data.
isrunning(vid)
ans =
1
islogging(vid)
ans =
0
The hardware begins m onitoring the trigger sou rce for the spec ifi ed
condition. When the condition is met, the hardware executes a trigger
and begins p roviding image frames to the object. The object acquires the
number o f fram es specified by the
FramesPerTrigger property. View the
value o f the
FramesAcquired property to see how much data was acquired.
The object updates the value of this property as it acquires data.
vid.FramesAcquired
ans =
5
After it executes the trigger and acquires the specified number of fram es,
the video input object stops running.
isrunning(vid)
ans =
0
To execute another hardware trigger, you m ust first restart the video input
object. Note that this deletes the frames acquired by the first trigger. To
5-18
Seitenansicht 131
1 2 ... 127 128 129 130 131 132 133 134 135 136 137 ... 407 408

Kommentare zu diesen Handbüchern

Keine Kommentare