User`s guide
disp
Purpose Display method for image acquisition objects
Syntax obj
disp(obj)
Description obj displays summary information for im age acquisition object obj.
disp(obj) displays summary information for image acquisition object
obj.
If
obj is an array of ima ge acquisition objects, di sp outputs a table of
summary information about the image acquisition objects in the array.
In addition to the syntax shown above, you can display summary
information for
obj by excluding the semicolon when:
• Creating an image acquisition object, using the
videoinput function
• Configuring property values using the dot notation
Examples This example illustrates the summary display of a video input object.
vid = videoinput('win video')
12-5