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.
IndexProgramming Questions & HelpOther Libraries › Simple ARtoolkit
Page Index Toggle Pages: 1
Simple ARtoolkit (Read 2567 times)
Simple ARtoolkit
Dec 3rd, 2009, 7:25am
 
Hi,
I'm using simple artoolkit for a project i'm runnig and i could really need some help.
I'm trying to use 2 different markes for recognition and play something different on each one. But the library can create only one instance of AR.
Is there any way to do so?

Any help usefull...
Re: Simple ARtoolkit
Reply #1 - Dec 3rd, 2009, 7:46am
 
as far as i know,there's no way to recognition multi-makers,you have to extend that library to do the work.
Re: Simple ARtoolkit
Reply #2 - Dec 4th, 2009, 2:05am
 
I would like to avoid extending the library. I was hoping if there is another way to do.
Is there any other library for multi-marker AR?
Re: Simple ARtoolkit
Reply #3 - Dec 6th, 2009, 10:39am
 
I found the solution...
Actully someone else has changed simple ARtoolkit library for multi markers...

check:
w w w.cleoag.ru/2009/12/04/multiple-ar-markers-library-for-processing/
Re: Simple ARtoolkit -did anybody successfully run it?
Reply #4 - Apr 15th, 2010, 5:37am
 
I tried simpleARtoolkit and multi marker ARToolkit, and
both have same problem.

When I run the sample code provided at the Bryan Jung's homepage,
only white empty window pops up and disappear quickly.
(no video, nothing happens)

And after trying commenting out some sentence and adding stuff,
I found the following statement causes the problem.

ar = new SimpleARToolkit(this, capWidth, capHeight);  

After removing all ar related stuff but the above one,
the problem appears.
(If I remove the above statement, then normal video showing plays well)

So, I wonder if there's anybody who successfully run the SimpleARToolkit, I'd like to get some advice.
Multi marker artoolkit has the same problem.

I am testing it on Windows XP with processing version 1.1
and most recent JMyron version.

Thanks in advance !
Page Index Toggle Pages: 1