User`s guide

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