Hi,
I am using AR.js with Hiro marker, however I would like to try with a custom marker.
So there are 2 questions here:
1- How to create the patt from a cutted image?
2- How to use my marker instead of Hiro Marker?
Many thanks.
Look at this repository.
Thanks. I was trying with https://jeromeetienne.github.io/AR.js/three.js/examples/marker-training/examples/generator.html to create a custom marker.
Must the selected image to have low detailing?
Here is a post explaining how to create your own markers. i hope this helps.
https://medium.com/arjs/how-to-create-your-own-marker-44becbec1105
I made it work with this instructions. You need to edit some code.
https://github.com/jeromeetienne/AR.js/issues/164#issuecomment-332065686
i'd like to use a image but don't want the black outline
any idea?
thanks!
is it possible to use a photo marker instead of an icon marker??
Yes, it is possible to use an image as a target marker. See this example,
which was made with AR.js: https://youtu.be/pTITrp_xOis
On Mon, Jul 9, 2018, 5:27 PM thehellrider notifications@github.com wrote:
is it possible to use a photo marker instead of an icon marker??
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/jeromeetienne/AR.js/issues/144#issuecomment-403640052,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABLZX_HxH2yeSOeoMjrZ57BIfcxeAul5ks5uE9jUgaJpZM4OnmOV
.
@mnutsch I think in the video is using a QR code as marker
@testica Oh, you may be right. AR.js is a combination of ARToolkit and Aframe.js/Three.js. ARToolkit's website only shows recognition of black and white markers.
Most helpful comment
i'd like to use a image but don't want the black outline
any idea?
thanks!