implay speed needs to be faster
조회 수: 3 (최근 30일)
이전 댓글 표시
Hello,
Does anyone know how to speed up animation when playing it using implay? Any way to speed up the framerates? Thanks!
댓글 수: 2
답변 (1개)
Walter Roberson
2018년 4월 1일
You could use vision.VideoPlayer https://www.mathworks.com/help/vision/ref/vision.videoplayer.step.html to display a video of an array as soon as it is ready.
However, it sounds as if you are computing each frame in a figure and capturing the image using getframe() . If so then that step is very likely the limiting speed, rather than the display of the frames.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Animation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!