How to use multiple USB webcam in Matlab
Show older comments
I can't preview 3 figure webcam same time in matlab. Can you help me?

2 Comments
Walter Roberson
on 14 Mar 2016
Is the problem using 3 webcams, or is the problem with the 4th device specifically? If you only use
D = videoinput('winvideo', 4);
preview(D)
then is it able to preview it?
Chau Trung
on 14 Mar 2016
Edited: Chau Trung
on 14 Mar 2016
Accepted Answer
More Answers (1)
Wenyin Wei
on 7 Jul 2019
Edited: Wenyin Wei
on 7 Jul 2019
1 vote
Hello Trung,
I also met the problem and fixed it by making the cameras use different ports rather than sharing the same port.
Categories
Find more on MATLAB Support Package for USB Webcams in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!