Harsh Butani
Harsh Butani

Reputation: 45

Multiple NFT tracking ARToolkit iOS

I am trying to create an ARToolKit app in iOS with multiple NFTs. I have generated the featured set(.fset) and image set(.iset) of both the images, edited the markers.dat file as well.

When I try to scan the images, it displays the object only on one image, on the image which is declared first in the markers.dat file. If i change the order of declaration of the images then the object is displayed on only the second image(which was declared first in the markers.dat file).

Is this some kind of bug or am I doing something wrong?

Upvotes: 0

Views: 1122

Answers (1)

Thor_Bux
Thor_Bux

Reputation: 1157

look here: https://github.com/artoolkit/artoolkit5/issues/115#issuecomment-217771991

There I listed all the steps that you need to check if you want to have multiple NFT working. I did this for an Android example but it should be the same for iOS. Let me know if it works for you.

Upvotes: 0

Related Questions