MATLAB IMAGE ACQUISITION TOOLBOX 3 Guia do Utilizador Página 153

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 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
Vista de página 152
1 2 ... 148 149 150 151 152 153 154 155 156 157 158 ... 407 408

Comentários a estes Manuais

Sem comentários