Clear Filters
Clear Filters

Put webcam live figure inside GUI axes ??

2 views (last 30 days)
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

Accepted Answer

Walter Roberson
Walter Roberson on 10 Sep 2017
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 Comments
Walter Roberson
Walter Roberson on 11 Sep 2017
getframe() axes1 and display the result in axes2.
shorav suriyal
shorav suriyal on 11 Sep 2017
Thankyou so much you solved my problem

Sign in to comment.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps 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!