Open angel-klassdata opened 2 years ago
ERROR -> Controlp5 - error java.lang.NullPointerException
Adding size(); before surface.setsize(); seems to solve the unresponsive buttons. Now i can move the chessboard position and size, ad search and add pairs to the calibration
void setup()
{
size(1200, 768);
surface.setSize(1200, 768);
Hi,
I am trying to launch calibrate.pde but apparently there are some issues with outdated libraries.
OPENCV PROCEESING Problem:
Examples.
Possible Fix -> https://github.com/jaegonlee/opencv-processing/releases Author states -> The modified library works fine with Processing IDE, but exported application does not work on macOS.
CONTROLP5 Problem:
Controlp5 - error java.lang.NullPointerException - https://discourse.processing.org/t/controlp5-error-java-lang-nullpointerexception/16808
More examples:
Please help