How to make video acquisition of two webcams in the Matlab?
How to make video acquisition of two webcams in the Matlab?
(OP)
hi, help me to set video acquisition of two webcams in the Matlab?
I'd tried to use videoinput function for both webcams, but there's error:
vid = videoinput('winvideo'); % webcam 1
vid2 = videoinput('winvideo'); % webcam 2
How to distinguish them?
Thanks,
Luiz Claudio
I'd tried to use videoinput function for both webcams, but there's error:
vid = videoinput('winvideo'); % webcam 1
vid2 = videoinput('winvideo'); % webcam 2
How to distinguish them?
Thanks,
Luiz Claudio




