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
0 件のコメント
採用された回答
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 Center および File Exchange で Lighting, Transparency, and Shading についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!