How do I read each frame of a video?
Afficher commentaires plus anciens
For an .avi file, I can read in the file using video = VideoReader(filename) and then read the first frame using readFrame(video) which gives me an array of type uint8. How do I read aeach frame?
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 4 Mai 2023
0 votes
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!