Webcam Device ID 1 is in use , how to solve it?
古いコメントを表示
Hy , I want to try it this code: http://www.mathworks.com/matlabcentral/fileexchange/30812-tracking-moving-object?s_tid=srchtitle
But I get error:
Error using videoinput (line 391) winvideo: The device associated with device ID 1 is already in use. A new videoinput object cannot be created for this device while it is in use.
Error in trck_movng_obj (line 2) vid = videoinput('winvideo',1,'YUY2_160X120');
Can somebody tell me how to solve it ? please
2 件のコメント
Stella SU
2016 年 9 月 16 日
I have met the same problem,did you fix it?
Jahid Hassan
2019 年 3 月 23 日
faceing same problem
採用された回答
その他の回答 (1 件)
Image Analyst
2016 年 5 月 7 日
2 投票
Make sure nothing else is using it. I'm not sure how to tell what else is using it if you don't already know, like you have your webcam manufacturer's app running, or webex running or whatever.
カテゴリ
ヘルプ センター および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!