-
Notifications
You must be signed in to change notification settings - Fork 464
Open
Description
Hello! I'm having the following problem:
- When running any example sketch (eg.
LiveCamTest.pde
), I get the NullPointerException error. - I get this error specifically on the line
opencv = new OpenCV(this,640/2,480/2);
- On every example, I get this error on the line where a new OpenCV is declared.
Clarifications:
- I have all the other dependencies used by the sketches, such as processing video.
- I'm using the latest version of Processing (3.5.4) and the latest release of OpenCV processing (0.5.4).
- I am on Manjaro 19
There are no other errors aside from the NullPointerException and it is pretty cryptic...
12people
Metadata
Metadata
Assignees
Labels
No labels