JSARToolKit icon indicating copy to clipboard operation
JSARToolKit copied to clipboard

Custom Marker Detection

Open Waseem27 opened this issue 11 years ago • 5 comments

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

Waseem27 avatar Sep 02 '13 15:09 Waseem27

Hi,

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

greatxam avatar Jan 21 '14 08:01 greatxam

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

electricBonfire avatar Jun 15 '15 19:06 electricBonfire

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

duxan avatar Jul 02 '15 11:07 duxan

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

petiot avatar Jul 27 '15 15:07 petiot

@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.

kalwalt avatar Mar 24 '18 17:03 kalwalt