User`s guide
Startin g and Stopping a Video Input Object
After it acquires the specified number of frames, the video input object
stops running.
isrunning(vid)
ans =
0
7 Clean up — Always rem ove image acquisition objects from mem ory, and
the variables that re ference them, when you n o longer need them.
delete(vid)
clear vid
4-27