MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Betriebsanweisung Seite 535

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 574
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 534
Source
18-45
Examples
Create an image acquisition object.
vid = videoinput('matrox');
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, use the get function.
get(src)
General Settings:
Parent = [1x1 videoinput]
Selected = on
SourceName = CH1
Tag =
Type = videosource
Device Specific Properties:
InputFilter = lowpass
UserOutputBit3 = off
UserOutputBit4 = off
XScaleFactor = 1
YScaleFactor = 1
See Also
Functions
videoinput, getselectedsource
Properties
SelectedSourceName
Seitenansicht 534
1 2 ... 530 531 532 533 534 535 536 537 538 539 540 ... 573 574

Kommentare zu diesen Handbüchern

Keine Kommentare