Webcam cannot be disconnected
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
After the camera variable is defined and used as below;
camera = webcam;
picture = camera.snapshot;
I use;
clear camera
However deleting the structure of course doesn't disconnect the webcam.
How can I officially stop image acquisition and disconnect the webcam?
0 Commenti
Risposte (1)
Star Strider
il 15 Mag 2018
Try the function version:
clear('camera')
8 Commenti
Star Strider
il 23 Mag 2018
Then request help from MathWorks. Use the Contact Us link in the upper right corner of this page.
Run the ver command from your Command Window first. Then copy and paste the results to the appropriate window.
Vedere anche
Categorie
Scopri di più su MATLAB Support Package for USB Webcams in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!