MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES User's Guide Page 479

  • Download
  • Add to my manuals
  • Print
  • Page
    / 574
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 478
stoppreview
17-87
stoppreview
Stop previewing video data
Syntax
stoppreview(obj)
Description
stoppreview(obj) stops the previewing of video data from image acquisition object
obj.
To restart previewing, call preview again.
Examples
Create a video input object and open a Video Preview window.
vid = videoinput('winvideo',1);
preview(vid)
Stop previewing video data.
stoppreview(vid);
Restart previewing.
preview(vid)
See Also
closepreview | preview
Page view 478
1 2 ... 474 475 476 477 478 479 480 481 482 483 484 ... 573 574

Comments to this Manuals

No comments