infinity video frames acquired
Show older comments
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.
Answers (1)
Sean de Wolski
on 17 Oct 2017
Assuming vid is a VideoReader then:
vid.hasFrame
Categories
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!