How do I generate a video from images that I create on MATLAB?
조회 수: 7(최근 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.
참고 항목
범주
Find more on Video Formats and Interfaces 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!