OpenCV marker detection successfully ported.

This commit is contained in:
2014-03-12 16:35:52 -04:30
parent c7ee0e0af6
commit 8ed8be0a29

View File

@@ -213,9 +213,9 @@ public class NxtARCore extends Game implements NetworkConnectionListener{
Controllers.addListener(states[currState.getValue()]);
// Anything else.
Gdx.app.setLogLevel(Application.LOG_INFO);
//Gdx.app.setLogLevel(Application.LOG_INFO);
//Gdx.app.setLogLevel(Application.LOG_DEBUG);
//Gdx.app.setLogLevel(Application.LOG_NONE);
Gdx.app.setLogLevel(Application.LOG_NONE);
}
public void render(){