Webcam cannot be disconnected
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Star Strider
2018 年 5 月 15 日
Try the function version:
clear('camera')
8 件のコメント
Star Strider
2018 年 5 月 23 日
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.
参考
カテゴリ
Help Center および File Exchange で MATLAB Support Package for USB Webcams についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!