Hey everyone, I wrote an augmented reality tutorial, which helps you get up and running with the awesome NyArtoolkit through three fully commented code examples. Check out the complete blogpost...
>>
here <<
Thanks.
Haha, I know what you mean about the songs. Individually I would have never chosen them, but once they're all together in one big pop mashup they somehow make me smile.
What can I say? I'm a sucker for mashups!
Ah... ok, I actually listened closer (my Vimeo volume was set pretty low...) and realized it was a mashup - I just noticed the one hook and thought it was the actual song!
Just tried the 1st example, changed the paths to reflect OSX, and works great!
Ill try the other two when I get at a printer. Great work!
I have been working with Amnon's code and Processing to show .jpg images in augmented reality and I finally did it :) The only problem is that the image is shown in the X axis and I would like to present it in the Y axis, this is perpendicular in relation to the pattern instead of parallele. Can anyone help me in this matter?
Has anyone gotten this to work with Processing 2.0b7? I keep getting a GLException NoClassDefFoundError processing/core/PGraphics3D. I'm using the newest revision of the library (1.3.1) downloaded from here (
http://sourceforge.jp/projects/nyartoolkit/releases/?package_id=8920). I'm using the "for 2.x" version of the library.
I cannot switch back to Processing v1.5 because my webcam wont run in that version.
I have also tried the example written by
Amnon (changed paths to work with OSx) and I still get the exception thrown. Any ideas? Has anyone gotten this to work on a MBP with processing 2.0b7?
I was having the same difficulty when I switched to the latest beta. It was caused when I used the .drawBackground() method of the MultiMarker object. I simply decided to omit this line and instead draw the background using Processing's own background() method. Things are working fine for me now (v2.0b7).