kig / JSARToolKit

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

Custom Marker Detection #9

Open Waseem27 opened 11 years ago

Waseem27 commented 11 years ago

how to detect custom marker using this toolkit... plz help me

greatxam commented 10 years ago

Hi,

I used FLARSingleMarkerDetector and FLARMultiMarkerDetector, but when I want to detect the marker I got error.

electricBonfire commented 9 years ago

I am also interested in Custom Marker Detection, is this currently possible?

duxan commented 9 years ago

It is possible, see issue #11 and pull request #18.

petiot commented 9 years ago

Hi there, I am new to AR and JSAR toolkit. Can anyone explain the part of the code that encodes marker (and how to do it) and how to get the marker ID when detected, Really appreciated

kalwalt commented 6 years ago

@kig @Waseem27 @greatxam @electricBonfire @duxan @petiot and for all the people interested: i have a working example with a custom marker in my repo here: https://github.com/kalwalt/JSARToolKit/blob/master/demos/tests/test6.html it's a modified version from @neilnand version: https://github.com/neilnand/JSARToolKit/tree/master/demos/neilnand/demo3 i have only used decaffeinate to translate the coffeescript to javascript and assembled all together... but we could develop this in a better code and adding some more functionality.