Bonsoir,
Je veux lire une vidéo avec matlab j'ai essayé avec le code:
il m'affiche l'erreur:
Code : Sélectionner tout - Visualiser dans une fenêtre à part MyVideo = aviread('seq1.avi',1:100);
sachant que j'utilise R2009b et cette version ne contient pas les fonctions videoReader et mmread. Merci
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11 ??? Error using ==> aviinfo>errorWithFileClose at 609 'RIFF' did not appear as expected. Error in ==> aviinfo at 92 errorWithFileClose(msgID,msg,fid); Error in ==> aviread at 49 info = aviinfo(filename,'Robust'); Error in ==> extraction_img at 2 MyVideo = aviread('seq1.avi',1:100);
Partager