フィルターのクリア

How can i use ds-u02 webcam to appear in axes?

1 回表示 (過去 30 日間)
Diec Thuan
Diec Thuan 2021 年 9 月 16 日
Hi guys, I have a code
The purpose is to make the camera appear on axes, but when the button is clicked, the camera lights up blue but the axes still can't show the video.
function pushbutton2_Callback(hObject, eventdata, handles)
%xe ra
clc;
clearvars;
vid1 = videoinput('winvideo', 1);
handles.axes2 = suplot(1,2,1);
axes(handles.axes2);
handleToImageInAxes2 = image(zeros(800,600));
preview(vid1, handleToImageInAxes2);
Anyone have any new ideas?

回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Support Package for IP Cameras についてさらに検索

製品


リリース

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by