OPENCV Read Movie()
in
Contributed Library Questions
•
2 years ago
Hi All,
Im a trying to read a movie with openCV and then make some editing with it. Unfortunately it seems openCV can't find the movie...I tried to put it either in the data folder as usual or the main folder but it doesn work.
I get the followig message :
The movie file 'movie.avi' can not be found in folders, you must specify the full path instead.
What does it mean the full path? I tried also to write a path like c:\... but again it not working?
Does anybody have a clue why this happens?
- size( 320, 240 );
- opencv = new OpenCV( this );
- opencv.movie( "movie.avi", width, height ); // load movie file
1