infinity video frames acquired
Afficher commentaires plus anciens
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.
Réponses (1)
Sean de Wolski
le 17 Oct 2017
Assuming vid is a VideoReader then:
vid.hasFrame
Catégories
En savoir plus sur Video Formats and Interfaces dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!