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

  • 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 151
5 Acqu iring Image Data
To verify that the object acquired data, view the value of the
FramesAvailable property. This property reports how m any frames a re
currently stored in the m emory buffer.
vid.FramesAvailable
ans =
15
4 Delete a trigger’s worth of image data —Calltheflu shda ta function,
specifying the mode
'triggers'. This deletes the frames associate d with
the oldest trigger.
flushdata(vid,'triggers');
The following figure shows the frames acquired before and after the call
to
flushdata.Notehowflushd ata deletes the frames associated with
the oldest trigger.
To verify that the object deleted the frames, view the value of the
FramesAvailable property.
vid.FramesAvailable
ans =
10
5-38
Vue de la page 151
1 2 ... 147 148 149 150 151 152 153 154 155 156 157 ... 407 408

Commentaires sur ces manuels

Pas de commentaire