How could I define an AVIfile?
Show older comments
I'm trying to save webcam recording in AVI format but matlab couldn't define avi file please help. archiv=avifile('webcam.avi') Undefined function or variable 'avifile'
Answers (2)
Walter Roberson
on 4 Oct 2015
1 vote
avifile() was removed as of R2012a. Use videowriter() instead.
Jan
on 4 Oct 2015
0 votes
Did you ask an internet search enigne already?
Categories
Find more on Audio and Video Data 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!