User`s guide
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