MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES User's Guide Page 504

  • Download
  • Add to my manuals
  • Print
  • Page
    / 574
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 503
18 Properties — Alphabetical List
18-14
Characteristics
Access Read only
Data type Structure array
Values Default is empty structure array.
Examples
Create a video input object.
vid = videoinput('winvideo');
Start the object.
start(vid)
View the event log to see which events occurred.
elog = vid.EventLog;
{elog.Type}
ans =
'Start' 'Trigger' 'Stop'
View the data associated with a trigger event.
elog(2).Data
ans =
AbsTime: [2003 2 11 17 22 18.9740]
FrameMemoryLimit: 12288000
FrameMemoryUsed: 0
FrameNumber: 0
RelativeFrame: 0
TriggerIndex: 1
Page view 503
1 2 ... 499 500 501 502 503 504 505 506 507 508 509 ... 573 574

Comments to this Manuals

No comments