MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Betriebsanweisung Seite 205

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 574
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 204
Bringing Image Data into the MATLAB Workspace
7-7
Frames Returned by peekdata
Note: The peekdata function does not return any data while running if in disk logging
mode.
The following example illustrates how to use peekdata:
1
Create an image acquisition object — This example creates a video input object
for a Data Translation image acquisition device. To run this example on your system,
use the imaqhwinfo function to get the object constructor for your image acquisition
device and substitute that syntax for the following code.
vid = videoinput('dt',1);
2
Configure properties — For this example, configure a manual trigger. You must
use the triggerconfig function to specify the trigger type.
triggerconfig(vid,'manual')
Seitenansicht 204
1 2 ... 200 201 202 203 204 205 206 207 208 209 210 ... 573 574

Kommentare zu diesen Handbüchern

Keine Kommentare