I’m currently working for a company which has produced a nice augmented reality demo using ArToolKitPlus and Ogre3D.
I have decided to release a sample demo showing how to integrate easily ArToolKitPlus with Ogre3D.
In this sample I have created a tiny webcam video capture class using OpenFramework ofVideoInput.
The resulting demo is showing a dancing Ogre over a marker :
You can download both binary and source code in the corresponding demos section.
Congratulations henri ! Your demo looks great , actually I was googling if anyone has made a join of ogre3d with openframeworks , and your example encourage me to give it a try . I’m developing apps in processing and Openframeworks since a couple of years but y never try to get on 3D . tell me, its dificult to integrate Openframeworks with ogre3d ? i supouse the opengl code in “OF” can mess with ogre3d. thx 4 make public your work! javier from argentina
@javier : I didn’t add Ogre3D to OpenFrameworks… I just have created a small class for Ogre3D that is using OpenFrameworks ofVideoInput class. Actually, I’m just using OF to get access to the webcam buffer with a cross-platform solution.
Hi, I would like to find out what version of ARToolKitPlus you are using. I tried converting your project to an eclipse project and replaced your camera class with ofVideoGrabber. I am also using cmake to compile it but i keep getting stuck with AR+.
Thanks
shortly after posting that, i remembered i clicked the link to the source.
@Osi: I was using ARToolKitPlus version 2.1.1.
may i ask this script??? i need it for my papper……
@addrian: source code and binary are available on this page.
can i build it with visual c++??? and how to render all the environtment, not only the object…. thanks before