User`s guide
propinfo
array of strings, propinfo returns a structure for each property, stored
in a cell array.
Examples Create the video input object vid.
vid = videoinput('win video',1);
Capture all property information for all properties.
out = propinfo(vid);
Access property information for a p articular property.
out1 = propinfo(vid,' LoggingMode');
See Also imaqhelp
12-48