MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Betriebsanweisung Seite 424

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 574
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 423
17 Functions — Alphabetical List
17-32
imaqfind does not find a match if you specify 'myobject'. Note, however, that
searches for properties that have an enumerated list of possible values are not case
sensitive. For example, imaqfind will find an object with a Running property value
of 'Off' or 'off'. Use the get function to determine the exact spelling of a property
value.
Examples
To illustrate various imaqfind syntaxes, first create two video input objects.
obj1 = videoinput('matrox',1,'M_RS170','Tag','FrameGrabber');
obj2 = videoinput('winvideo',1,'RGB24_320x240','Tag','Webcam');
Now use imaqfind to find these objects by type and tag.
out1 = imaqfind('Type', 'videoinput')
out2 = imaqfind('Tag', 'FrameGrabber')
out3 = imaqfind({'Type', 'Tag'}, {'videoinput', 'Webcam'})
See Also
get | videoinput
Seitenansicht 423
1 2 ... 419 420 421 422 423 424 425 426 427 428 429 ... 573 574

Kommentare zu diesen Handbüchern

Keine Kommentare