flushdata
Remove data from memory buffer used to store acquired image frames
Syntax
flushdata(obj)
flushdata(obj,mode
)
Description
flushdata(obj)
removes all the data from
the memory buffer used to store acquired image frames. obj
can
be a single video input object or an array of video input objects.
flushdata(obj,
removes
all the data from the memory buffer used to store acquired image frames,
where mode
)mode
can have either of the following
values:
Mode | Description |
---|---|
| Removes all the data from the memory buffer and sets
the |
| Removes data from the memory buffer that was acquired
during the oldest trigger executed. |
Note
To get a list of options you can use on a function, press the Tab key after entering a function on the MATLAB® command line. The list expands, and you can scroll to choose a property or value. For information about using this advanced tab completion feature, see Using Tab Completion for Functions.
Version History
Introduced before R2006a
See Also
getdata
| peekdata
| propinfo
| videoinput