How do I generate a video from images that I create on MATLAB?
6 ビュー (過去 30 日間)
表示 古いコメント
I am generating a missile simulation input for which I created a sequence of images using an iterative for loop. The code starts with a single aerial image using which I have generated a sequence of images that make it seem like the image is rotating. I used campan, camzoom, camva and drawnow to consecutively display the sequence of images when I run the code. It looks like a video of an aerial image rotating when I run the code. My problem is, that I need to extract a video from these generated images, and save it on my computer to use as input for the missile simulator. Please help.
0 件のコメント
採用された回答
その他の回答 (1 件)
Stalin Samuel
2017 年 6 月 11 日
5 件のコメント
Image Analyst
2019 年 11 月 17 日
There is a property of the video object created by VideoWriter that is FrameRate. Set it to the rate you want.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!