MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Guide de l'utilisateur Page 138

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 574
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 137
5 Connecting to Hardware
5-20
The imaqhelp function returns reference information about the property with a
complete description. This example uses imaqhelp to get information about the
LoggingMode property.
imaqhelp(vid,'LoggingMode')
Setting the Value of an Object Property
To set the value of a particular property of an image acquisition object, you assign the
value to the property as you would a field in a MATLAB structure, using dot notation.
Note Because some properties are read only, only a subset of all video input and video
source properties can be set.
This example sets the value of a property by assigning the value to the object as if it were
a MATLAB structure.
vid.LoggingMode = 'disk';
% Verfiy the property setting.
vid.LoggingMode
ans =
disk
Viewing a List of All 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)
Vue de la page 137
1 2 ... 133 134 135 136 137 138 139 140 141 142 143 ... 573 574

Commentaires sur ces manuels

Pas de commentaire