Create a video in App Designer
Show older comments
I am creating an App for visualizing the movements of a robot. Is there a way to capture the image from a series of plots and then create a video? I read on matlab support that the movie() and getframe() functions are not compatible with the App Designer, is there another way to do it?
Answers (1)
Ameer Hamza
on 6 May 2020
0 votes
getframe is not supported for uiaxes. However, you can create normal axes in App designer and then use getframe with it.
1 Comment
Rahmy Salman
on 9 Mar 2021
Ameer, how do you create normal axes in App Designer? And once it is created how ca we format it into the GUI?
Categories
Find more on Motion Detection 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!