MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Guía de usuario Pagina 142

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 574
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 141
5 Connecting to Hardware
5-24
islogging(vid)
ans =
0
6
Execute the manual trigger — Call the trigger function to execute the manual
trigger.
trigger(vid)
While the acquisition is underway, check the logging state of the video input object.
islogging(vid)
ans =
1
After it acquires the specified number of frames, the video input object stops
running.
isrunning(vid)
ans =
0
7
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
Vista de pagina 141
1 2 ... 137 138 139 140 141 142 143 144 145 146 147 ... 573 574

Comentarios a estos manuales

Sin comentarios