TensorFlow detection compiles and runs from Android Studio.
I get this error in two places in OnBotJava -
ERROR: cannot find symbol
symbol: method getInstance()
This is one of the lines it's complaining about that's in private void initVuforia() -
vuforia = ClassFactory.getInstance().createVuforia(parameter s);
I get this error in two places in OnBotJava -
ERROR: cannot find symbol
symbol: method getInstance()
This is one of the lines it's complaining about that's in private void initVuforia() -
vuforia = ClassFactory.getInstance().createVuforia(parameter s);
Comment