User`s guide
imaqfind
17-31
imaqfind
Find image acquisition objects
Syntax
imaqfind
out = imaqfind
out = imaqfind(PropertyName, Value, PropertyName2, Value2,...)
out = imaqfind(S)
out = imaqfind(obj, PropertyName, Value, PropertyName2, Value2,...)
Description
imaqfind returns an array containing all the video input objects that exist in memory. If
only a single video input object exists in memory, imaqfind displays a detailed summary
of that object.
out = imaqfind returns an array, out, of all the video input objects that exist in
memory.
out = imaqfind(PropertyName, Value, PropertyName2, Value2,...) returns
a cell array, out, of image acquisition objects whose property names and property values
match those passed as arguments. You can specify the property name/property value
pairs in a cell array. You can use a mixture of strings, structures, and cell arrays. Use the
get function to determine the list of properties supported by an image acquisition object.
out = imaqfind(S) returns a cell array, out, of image acquisition objects whose
property values match those defined in the structure S. The field names of S are image
acquisition object property names and the field values are the requested property values.
out = imaqfind(obj, PropertyName, Value, PropertyName2, Value2,...)
restricts the search for matching parameter/value pairs to the image acquisition objects
listed in obj. obj can be an array of image acquisition objects.
Note When searching for properties with specific values, imaqfind performs case-
sensitive searches. For example, if the value of an object's Name property is 'MyObject',