MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Guide de l'utilisateur Page 479

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 574
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 478
1 2 ... 474 475 476 477 478 479 480 481 482 483 484 ... 573 574

Commentaires sur ces manuels

Pas de commentaire