infinity video frames acquired
显示 更早的评论
while(vid.FramesAcquired<=200)
what is the code to make sure the frame is looping until infinity? and will stop when we close it. im sorry for the question, im new in matlab.
回答(1 个)
Sean de Wolski
2017-10-17
Assuming vid is a VideoReader then:
vid.hasFrame
类别
在 帮助中心 和 File Exchange 中查找有关 Video Formats and Interfaces 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!