フィルターのクリア

vcapg2

1 回表示 (過去 30 日間)
Halim
Halim 2012 年 4 月 5 日
does anyone know how to capture and save image from live webcam using vcapg2??

採用された回答

Halim
Halim 2012 年 4 月 5 日
i already get it...
%For Camera Captured
%
cardum=vcapg2;
x=vcapg2;
imwrite (x,'cam1.jpg');
subplot(4,2,1);
imshow (x);
title('cam1');
% Read Image
x = imread('cam1.jpg');
imshow(x);
subplot(4,2,2);
imwrite (x,'cam1.jpg');
title('Original Image');

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by