kig / JSARToolKit

JavaScript port of FLARToolKit
http://fhtr.org/JSARToolKit
Other
688 stars 163 forks source link

DLAG Problem in marker detection? #17

Open Ashif22khan opened 9 years ago

Ashif22khan commented 9 years ago

I am facing problem in detecting markers because of DLAG

D- distance from camera L- Lighting in the environment A- Angle of Marker G- Grey level of the printed marker

Can anyone please suggest How to get over these issues.

Thanks in advance.

paulovirote commented 9 years ago

Hello Mr. Ashif22khan. Have you tried changing the threshold in your AugmentedReality.js? I personally changed it to 140, because it worked better for me that way.

Ashif22khan commented 9 years ago

Thanks paulosouzav,

It worked like a charm, thanks a lot.

duxan commented 9 years ago

To test different thresholds one can use test5 provided in demos/tests by @kig, or found HERE