필터 지우기
필터 지우기

Stereo camera preview in same panel at same time

조회 수: 1 (최근 30일)
Ankit Singh
Ankit Singh 2016년 5월 8일
preview two webcams in the same figure at same Time
C = webcamlist;
if length(C)>2
fprintf('All three WebCam is Working' );
else
fprintf('Not All three WebCam is Working' );
end
load('webcamsSceneReconstruction.mat');
vid1 = videoinput('macvideo', 1);
vid2 = videoinput('macvideo', 2);
start([vid1 vid2]);
% Preview(vid1,vid2) in the same panel at same time
img1 = getsnapshot(vid1);
img2 = getsnapshot(vid2);

답변 (0개)

카테고리

Help CenterFile Exchange에서 Camera Calibration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by