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 个评论
Sumera Yamin
2019-11-16
hi, i saw the FAQ in the link mentioned in yor answer, but i have a question about your code. is their any way to control timing of the video/transition time of images? e.g i want to use a small number of images 5-10 to make a 5-10 seconds animation, when i used your code, it gave me an animation for only 1 second, which was not what i wanted. thanks in adance for your help
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Camera Views 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!