Put webcam live figure inside GUI axes ??

1 次查看(过去 30 天)
I need put my live figure of webcam inside the gui axes. i tried many steps but not working. I have attached my code.Please help

采纳的回答

Walter Roberson
Walter Roberson 2017-9-10
See https://www.mathworks.com/help/imaq/previewing-data.html#f11-76067 for preview() specifically. For non-preview, you can
set(hImage, 'CData', boxInserter)
drawnow();
  3 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by