We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
ARtoolKit (Read 2796 times)
ARtoolKit
Sep 28th, 2005, 9:44pm
 
I realise this may be a bit off topic but i thought i would let the processing users know of a project called ARToolKit. This is not a processing library but an external project that may be of some interest to some users.

http://www.hitl.washington.edu/artoolkit/

ARToolKit is an augmented reality tool kit written in C and C++ designed to overlay virtual imagery onto real objects. There has been some quite nice research done with it. It seems to be an effective way to link tangible objects to a virtual images and composit them so that the virtual image looks like a real object in the camera view. If that makes any sense.
Re: ARtoolKit
Reply #1 - Oct 4th, 2005, 8:09pm
 
I thought there was a way to use the ARToolKit API with Java? If so, it would be easy to make a Processing Library for making ARToolKit easier to use for the Processing community.
Re: ARtoolKit
Reply #2 - Oct 5th, 2005, 2:02am
 
yes, there is a Jartoolkit available and has pages at
http://jerry.c-lab.de/jartoolkit/
for info and
http://sourceforge.net/projects/jartoolkit/
for the download.

For the java savvy out there it would appear (from my cursory reading of the API) that it also offers a quick way to grab video on windows. This may offer an alternative to using the capture class to avoid the DVIG speed issues as captures through directX.
Page Index Toggle Pages: 1