MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Guide de l'utilisateur Page 205

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 574
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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')
Vue de la page 204
1 2 ... 200 201 202 203 204 205 206 207 208 209 210 ... 573 574

Commentaires sur ces manuels

Pas de commentaire