| Image Acquisition Toolbox | ![]() |
Display or get image acquisition object properties
Syntax
Description
get(obj)
displays all property names and their current values for image acquisition object obj.
V = get(obj)
returns a structure, V, in which each field name is the name of a property of obj and each field contains the value of that property.
V = get(obj,' returns the value, PropertyName')
V, of the property specified in PropertyName for image acquisition object obj.
If PropertyName is a 1-by-N or N-by-1 cell array of strings containing property names, V is a 1-by-N cell array of values. If obj is a vector of image acquisition objects, V is an M-by-N cell array of property values where M is equal to the length of obj and N is equal to the number of properties specified.
Example
vid = videoinput('matrox', 1); get(vid, {'FramesPerTrigger','FramesAcquired'}) out = get(vid, 'LoggingMode') get(vid);
See Also
| flushdata | getdata | ![]() |
Learn more about the latest releases of MathWorks products: |
| © 1994-2009 The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |