MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Betriebsanweisung Seite 189

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 574
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 188
Managing Memory Usage
6-41
To verify that the object deleted the frames, view the value of the FramesAvailable
property.
vid.FramesAvailable
ans =
10
5
Empty the entire memory buffer — Calling flushdata without specifying the
mode deletes all the frames stored in memory.
flushdata(vid);
To verify that the object deleted the frames, view the value of the FramesAvailable
property.
vid.FramesAvailable
ans =
0
6
Clean up — Always remove image acquisition objects from memory, and the
variables that reference them, when you no longer need them.
delete(vid)
clear vid
Seitenansicht 188
1 2 ... 184 185 186 187 188 189 190 191 192 193 194 ... 573 574

Kommentare zu diesen Handbüchern

Keine Kommentare