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

  • 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 362
Source
Examples Create an image acquisition object.
vid = videoinput('mat rox');
To access all the video source objects associated with a video input
object, use the
Source property of the video input object. (To view only
the currently selected video source object, use the
getselectedsource
function.)
sources = vid.Source;
src = sources(1);
To view the properties of the video source object src,usetheget
function.
get(src)
General Settings :
Parent = [1x1 videoinput]
Selected = on
SourceName = CH1
Tag =
Type = videosource
Device Specific Prop erties:
InputFilter = lowpass
UserOutputBit3 = off
UserOutputBit4 = off
XScaleFactor = 1
YScaleFactor = 1
See Also Functions
videoinput, getselec tedsource
Properties
SelectedSourceName
14-37
Vista de pagina 362
1 2 ... 358 359 360 361 362 363 364 365 366 367 368 ... 407 408

Comentarios a estos manuales

Sin comentarios