MATLAB IMAGE ACQUISITION TOOLBOX 3 Guía de usuario Pagina 302

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 408
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 301
propinfo
array of strings, propinfo returns a structure for each property, stored
in a cell array.
Examples Create the video input object vid.
vid = videoinput('win video',1);
Capture all property information for all properties.
out = propinfo(vid);
Access property information for a p articular property.
out1 = propinfo(vid,' LoggingMode');
See Also imaqhelp
12-48
Vista de pagina 301
1 2 ... 297 298 299 300 301 302 303 304 305 306 307 ... 407 408

Comentarios a estos manuales

Sin comentarios