I'm starting to get into detection algorithms, and im thinking of playing with importing videos in MATLAB for now, but I encountered this problem
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
0 comentarios
Respuestas (1)
Cris LaPierre
el 30 de Sept. de 2021
Editada: Cris LaPierre
el 30 de Sept. de 2021
The correct syntax is implay('vid1.avi')
Your avi file is not located in the current folder or in a folder on your MATLAB path. Therefore, MATLAB can't find it. If it can't find the file, it obviously can't play it.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!