So I've got the javacvPro work with the Processing 2.0a8, well sort of.
It totally didn't work with the 1.5, so I tried the new one, and it actually begins the program, but then stops at the detect().
It gives me this error:
Charge le fichier de description d'objet : haarcascade_frontalface_alt.xml
OpenCV Error: Null pointer (Invalid classifier cascade) in unknown function, file C:\slave\WinInstallerMegaPack\src\opencv\modules\objdetect\src\haar.cpp, line 1041
Exception in thread "Animation Thread" java.lang.RuntimeException: C:\slave\WinInstallerMegaPack\src\opencv\modules\objdetect\src\haar.cpp:1041: error: (-27) Invalid classifier cascade
I have no ... clue why is he trying to seek for that haar.cpp file in such weird location. Is there a fix to tell him that the file is else where? C:\opencv\...
Thanks
It totally didn't work with the 1.5, so I tried the new one, and it actually begins the program, but then stops at the detect().
It gives me this error:
Charge le fichier de description d'objet : haarcascade_frontalface_alt.xml
OpenCV Error: Null pointer (Invalid classifier cascade) in unknown function, file C:\slave\WinInstallerMegaPack\src\opencv\modules\objdetect\src\haar.cpp, line 1041
Exception in thread "Animation Thread" java.lang.RuntimeException: C:\slave\WinInstallerMegaPack\src\opencv\modules\objdetect\src\haar.cpp:1041: error: (-27) Invalid classifier cascade
I have no ... clue why is he trying to seek for that haar.cpp file in such weird location. Is there a fix to tell him that the file is else where? C:\opencv\...
Thanks
1