User`s guide

17 Functions — Alphabetical List
17-72
Examples
Create the video input object vid.
vid = videoinput('winvideo',1);
Capture all property information for all properties.
out = propinfo(vid);
Access property information for a particular property.
out1 = propinfo(vid,'LoggingMode');
See Also
imaqhelp