Webカメラの映像をuitab上に表示するにはどうすればよいですか?
Show older comments
ウインドウ上に複数のタブを作成し、そのうちの一つを「Webカメラの映像専用タブ」にしたいです。
cam = webcam(1);
preview(cam);
で表示されるプレビューウインドウの内容を、タブ上に表示するイメージです。
タブの作成まではできております。 空のタブ上に映像を表示させる方法を教えてください。
よろしくお願いします。
Accepted Answer
More Answers (0)
Categories
Find more on Image Data Acquisition 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!