How could I define an AVIfile?
Mostrar comentarios más antiguos
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'
Respuestas (2)
Walter Roberson
el 4 de Oct. de 2015
1 voto
avifile() was removed as of R2012a. Use videowriter() instead.
Jan
el 4 de Oct. de 2015
0 votos
Did you ask an internet search enigne already?
Categorías
Más información sobre Audio and Video Data en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!