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
I want to create a class that maked a 2D mesh . I want to pass to the construcotr just the mesh size W, H. I want to use PVectors inside the class and diplay the mesh with QUADS.
I'm having trouble to associate PDE files with Processing. If I select "Open With" and I then browse to look for Processing.exe and press open, nothing happens. - the PDE remains not associated!