User`s guide

imaqhwinfo
is an array o f device objects, then out is a 1-b y-n cell array of s tructures
where
n is the length of obj.
out = imaqhwinfo(obj ,field) returns the information in the field
specified by
field for the device object obj. field can be a single field
name or a cell a rray of field names.
out is an m-by-n cell array where m
is the length of obj and n is the leng th of field.Youcanreturnalistof
valid field names with t he
imaqhwinfo(obj) syntax.
Note After you call imaqhwinfo once, hardware information is cached
by the to olbox . To force the toolbox to search for new hardware that
might have been installed while MATLAB was running, use
imaqreset.
Examples This example returns information about all the adaptors available on
the system.
imaqhwinfo
ans =
InstalledAdaptors: {'matrox' 'winvideo'}
MATLABVersion: '7 .4 (R2007a)'
ToolboxName: 'Imag e Acquisition Toolbox'
ToolboxVersion: '2 .1 (R2007a)'
This example returns information about all the devices a ccessible
through a particular adaptor.
info = imaqhwinfo('wi nvideo')
info =
AdaptorDllName: [1 x73 char]
AdaptorDllVersion: '2.1 (R2007a)'
AdaptorName: 'winv ideo '
DeviceIDs: {[1]}
DeviceInfo: [1x1 stru ct]
12-21