-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
How to build the lib with more than 9 NFT Markers #120
Comments
@emzeperix It should be like this. But i will check again when i have a bit of time. 🙂 |
in the meantime figured it out. Following the wiki here -> https://github.com/webarkit/jsartoolkitNFT/wiki#build-instructions |
Grest! Yes It Is not obvious. I will update the Wiki. I think also i can increase that limit in a new release. What do you think? |
I have updated the wiki, tell me if you find some errors. |
@emzeperix i'm working on this PR #121 if you are interested. |
nice! Everything's working fine rn. If it matters, I didn't notice any performance issues after increasing the count to 20 (running a half-decent laptop with 8gb ram), so I think it's ok to increase it in the new release. However, I don't know what the typical use-cases for the repo, so not sure if you should take my opinion into account:D and hey, thanks for this project! |
That's perfect!
That's good, thank you for testing. I haven't a statistic of the typical use-cases of JsartoolkitNFT, but i think most will use on Mobile devices, so 20 it can be sufficient. I think 10 was in rispect of the Mobile tech by many years ago. Maybe we can increase it? I think some testing is needed.
Thank you, you are welcome! |
I'm trying to load multiple NFT markers, namely more than 9, but I'm getting the error
exceed maximum pages
.I've changed the max pages count here -> https://github.com/webarkit/jsartoolkitNFT/blob/master/emscripten/ARToolKitJS.cpp#L26
based on this thread -> artoolkitx/jsartoolkit5#95 (comment).
I've rebuilt the project (based on the wiki instructions) but it doesn't seem to change anything.
Surely I'm doing something wrong or am I missing something?
The text was updated successfully, but these errors were encountered: