MATLAB IMAGE ACQUISITION TOOLBOX 3 Guide de l'utilisateur Page 305

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 408
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 304
set
objects, in which case set configures the prope rty values for all the
image acquisition objects specified.
set(obj,S) configures the properties of obj with the values specified in
S,whereS is a structure whose field names are object property names.
set(obj,PN,PV) configures the properties specified in the cell array of
strings,
PN, to the corresponding values in the cell array PV,forthe
image acquisition object
obj. PN must be a vector. If obj is an array of
image acquisition objects,
PV can be an M-by-N cell array, wh ere M
is equal to the length of the image acquisition object array and N is
equal to the length of
PN. In this case, each image acquisition object is
updated with a different set of values for the list of property names
contained in
PN.
Note Parameter/value string pairs, structures, and parameter/value
cell array pairs can be used in the same call to
set.
Examples These examples illustrate t he various ways to use th e set function to
set the v alues of image acquisition object properties.
set(obj, 'FramesPe rTri gger', 15, 'LoggingMode ', 'disk');
set(obj, {'TimerFc n', 'TimerPeriod'}, {@imaqcallback, 25});
set(obj, 'Name', 'MyOb ject');
set(obj, 'Selected Sour ceName')
See Also get, ima qfind, videoinput
12-51
Vue de la page 304
1 2 ... 300 301 302 303 304 305 306 307 308 309 310 ... 407 408

Commentaires sur ces manuels

Pas de commentaire