MATLAB IMAGE ACQUISITION TOOLBOX 3 User's Guide Page 195

  • Download
  • Add to my manuals
  • Print
  • Page
    / 408
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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
Page view 194
1 2 ... 190 191 192 193 194 195 196 197 198 199 200 ... 407 408

Comments to this Manuals

No comments