Filter löschen
Filter löschen

Webcam Device ID 1 is in use , how to solve it?

21 Ansichten (letzte 30 Tage)
x y
x y am 7 Mai 2016
Bearbeitet: Walter Roberson am 23 Mär. 2019
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 Kommentare
Stella SU
Stella SU am 16 Sep. 2016
I have met the same problem,did you fix it?
Jahid Hassan
Jahid Hassan am 23 Mär. 2019
faceing same problem

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Hassan Mehmood Khan
Hassan Mehmood Khan am 9 Mai 2017
Bearbeitet: Walter Roberson am 23 Mär. 2019
I was having the same problem. but i was able to solve it. Used the following code:
clc; clear;
close all; objects = imaqfind %find video input objects in memory
delete(objects) %delete a video input object from memory
vid=videoinput('winvideo',2,'MJPG_1280x720'); preview(vid)
now whenever i run the code, it will detect the winvideo input and show the preview.
  4 Kommentare
Ahmer Shahid
Ahmer Shahid am 17 Nov. 2018
its not working in app designer Kindly help Thanks.
Danial Babar
Danial Babar am 9 Feb. 2019
Thanks Hassan Mehmood Khan , its working

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Image Analyst
Image Analyst am 7 Mai 2016
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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by