MATLAB IMAGE ACQUISITION TOOLBOX 3 Guía de usuario Pagina 195

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 408
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 194
Retrieving Event Information
To list the events that are recorded in the EventLog property, examine the
contents of the
Type field.
{events.Type}
ans =
'Start' 'Trigg er' 'Stop'
To get information about a particular event, access the Data field in that
event structure. The example retrieves information about the trigger event.
trigdata = events(2). Data
trigdata =
AbsTime: [2004 12 29 16 40 52.5990]
FrameMemoryLimit: 139427840
FrameMemoryUsed: 0
FrameNumber: 0
RelativeFrame: 0
TriggerIndex: 1
4 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
7-11
Vista de pagina 194
1 2 ... 190 191 192 193 194 195 196 197 198 199 200 ... 407 408

Comentarios a estos manuales

Sin comentarios