hasFrame returns a zero value
조회 수: 5 (최근 30일)
이전 댓글 표시
I'm trying to convert a .avi file to a sequence of images. I followed the example shown here: http://www.mathworks.com/help/matlab/examples/convert-between-image-sequences-and-video.html
However, my hasFrame returns a zero value. What's odd is that VideoReader gives me the correct information about the video - including the correct frame rate. Any ideas as to why hasFrame is not working properly?
댓글 수: 1
Clifford King
2018년 8월 23일
I was using this function to pull that last ~60 frames from a video. I changed the CurrentTime slightly and was able to get it to work.
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Audio and Video Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!