MATLAB IMAGE ACQUISITION TOOLBOX 3 Betriebsanweisung Seite 106

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 408
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 105
4 Connecting to Hardware
Note Because some properties are read only, on ly a subset of all video input
and video source properties can be set.
This example uses the set function to set the value of the LoggingMode
property.
set(vid,'LoggingMode','disk&memor y')
To verify the new value of the property, use the get function.
get(vid,'LoggingMode')
ans =
disk&memory
This example sets the value of a property by assigning the v alue to the object
as if it were a MATLAB structure.
vid.LoggingMode = 'di sk';
vid.LoggingMode
ans =
disk
Viewing a List of A ll Settable Object Properties
To view a list of all the properties of a video input object or video source object
that can be set, use the
set function.
set(vid)
4-22
Seitenansicht 105
1 2 ... 101 102 103 104 105 106 107 108 109 110 111 ... 407 408

Kommentare zu diesen Handbüchern

Keine Kommentare