MATLAB IMAGE ACQUISITION TOOLBOX 3 Uživatelská příručka Strana 153

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 408
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 152
Managing Memory Usage
5 Empty the entire memory buffer —Callingflushdata without
specifying the m ode deletes all the frames s tored 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 rem ove image acquisition objects from mem ory, and
the variables that re ference them, when you n o longer need them.
delete(vid)
clear vid
5-39
Zobrazit stránku 152
1 2 ... 148 149 150 151 152 153 154 155 156 157 158 ... 407 408

Komentáře k této Příručce

Žádné komentáře