libCV problem
in
Contributed Library Questions
•
1 year ago
I am trying to use libCV for an background removal exercise in Processing.
I installed the JMF and tested that my camera is recognized by JMStudio (File->Capture).
I also checked that the JMFSimpleTest runs fine.
The problem is with the LibCVExample.
When I try to run it I am getting the following error message, when it tries to execute
libcv = new LibCV(this, capture);
>Exception in thread "Animation Thread" java.lang.RuntimeException: You need to use "Import Library" to add >processing.core.PGraphics3 to your sketch.
The problem is that I do not know how to import the PGraphics3 library.
The only thing I managed to find is that PGraphics3 has changed name to PGraphics3D ( http://processing.org/discourse/yabb2/YaBB.pl?num=1169303222)
Does anybody know how to overcome this problem?
I installed the JMF and tested that my camera is recognized by JMStudio (File->Capture).
I also checked that the JMFSimpleTest runs fine.
The problem is with the LibCVExample.
When I try to run it I am getting the following error message, when it tries to execute
libcv = new LibCV(this, capture);
>Exception in thread "Animation Thread" java.lang.RuntimeException: You need to use "Import Library" to add >processing.core.PGraphics3 to your sketch.
The problem is that I do not know how to import the PGraphics3 library.
The only thing I managed to find is that PGraphics3 has changed name to PGraphics3D ( http://processing.org/discourse/yabb2/YaBB.pl?num=1169303222)
Does anybody know how to overcome this problem?
2