MATLAB IMAGE ACQUISITION TOOLBOX 3 Uživatelská příručka Strana 28

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 408
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 27
1 Getting Started
get(vid)
The get fun c tion lists all the properties of the object with their current values.
General Settings:
DeviceID = 1
DiskLogger = []
DiskLoggerFrameCount = 0
EventLog = [1x0 struct]
FrameGrabInterval = 1
FramesAcquired = 0
FramesAvailable = 0
FramesPerTrigger = 10
Logging = off
LoggingMode = memory
Name = Y8_1024x768-dc am-1
NumberOfBands = 1
Previewing = on
ReturnedColorSpace = grayscale
ROIPosition = [0 0 1024 768]
Running = off
Tag =
Timeout = 10
Type = videoinput
UserData = []
VideoFormat = Y8_1024 x768
VideoResolution = [10 24 7 68]
.
.
.
To view the properties of the currently selected video source object associated
with this video input object, use the
getselectedsource function in
conjunction with the
get function. The getselectedsource function returns
the currently active video source. To list the properties of the currently
selected video source obje ct associated with the video input object created in
step 3, enter this code at the MATLAB prompt.
get(getselectedsource(vid))
The get fun c tion lists all the properties of the object with their current values.
1-14
Zobrazit stránku 27
1 2 ... 23 24 25 26 27 28 29 30 31 32 33 ... 407 408

Komentáře k této Příručce

Žádné komentáře