Hello all. I have recently taken interest in AR so, since I had already worked with processing a while back I decided to give this library a try. At first I tried the nyartoolkit 1.3.1 version for processing 2.0 but I always had a "Catch an exception!" error on every example I ran. Since psg 2.0 is so recent I tried version 1.5.1 instead. But on every single example I always get stuck on the line that calls the camera calibration file. That would be line 12 on the example below.
The error I get is "NullPointerException"
Exception in thread "Animation Thread" java.lang.NullPointerException
at jp.nyatla.nyar4psg.SingleNyIdMarker.<init>(SingleNyIdMarker.java:120)
at sketch_130605a.setup(sketch_130605a.java:39)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
I have changed the name of the library folder from nyar4psg-1.3.1 to NyAR4psg (I read somewhere it could be a problem). Other than that I have tried every tutorial I could find with no luck so it must be something simple that I'm doing wrong. Any ideas? :S