-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More than one NFT markers #146
Comments
Hi @papadako! You are welcome 😄
No this is not implemented, but it is one feature to add for sure. At the moment you can find this feature implemented in our jsartoolkit5 fork https://github.com/webarkit/jsartoolkit5 we haven't any examples at the moment but i hope soon that we can provide some snippet. |
Do you mean more than one marker with the same image and model or multiple markers with different images and models? More than one marker is possible with the existing code. I got it to work with the artoolkit_wasm.js. I created an AR controller object for each marker. Create a new worker for each marker you want to track. It doesn't track multiple markers with the same image. The worker returns a matrix and you have to move the 3d model and not the camera with the adjusted matrix |
I think he means more that one markers not multi markers as in Artoolkit5 ( multi markers that act as only one for a more robust feature detection and tracking) It would be easier and more efficient if i implement the loadNFTmarkers as in our jsartoolkit5 https://github.com/webarkit/jsartoolkit5/blob/7f998d00582d86fe95d573e539ddeea9380ccc4e/js/artoolkit.api.js#L579-L585 |
Hello @eddiecarbin, what I want to do is to track 15 different images and use them as a base for providing a UI on top of them for interaction using babylon.js. Can I implement something like this using babylon? I would appreciate if you could provide a code sample for what you describe. |
Excellent! BR |
close |
Dear all,
thanks for ARnft! Seems to be working great!
It seems that tracking more than one NFT markers is currently not available! Is this correct? Do you plan to implement this feature?
Best regards and thanks for your nice work!
The text was updated successfully, but these errors were encountered: