artoolkitx / jsartoolkit5

Javascript ARToolKit v5.x

Home Page:https://artoolkitx.github.io/jsartoolkit5/examples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

load 15 nft to project

PersianCoders opened this issue · comments

hello dears,
when I add 10 or more than nft to project,
project get error
how can I increase it to 15 nft?
thanks a lot

You can change the value of the PAGES_MAX constant in emscripten/ARToolKitJS.cpp but you need to rebuild it with Emscripten.

thanks for your replay, and another problem is :
when I run project to my android phone, show just loading and camera, what can i do this?

You can change the value of the PAGES_MAX constant in emscripten/ARToolKitJS.cpp but you need to rebuild it with Emscripten.

also i can't rebuild it with Emscripten.
Could you Rebuild it for MAX PAGES 15 ?
thanks

thanks for your replay, and another problem is :
when I run project to my android phone, show just loading and camera, what can i do this?

Do you receive an error? Can you post the log output?

thanks for your replay, and another problem is :
when I run project to my android phone, show just loading and camera, what can i do this?

Do you receive an error? Can you post the log output?

my last problem solved, and show project carefully on my phone. But my anther problem is :
I could not build from " ARToolKitJS.cpp " , could you build for me that can MAX_PAGE get 15 ?I want to have an 15 marker to my project
thanks a lot

thanks for your replay, and another problem is :
when I run project to my android phone, show just loading and camera, what can i do this?

Do you receive an error? Can you post the log output?

my last problem solved, and show project carefully on my phone. But my anther problem is :
I could not build from " ARToolKitJS.cpp " , could you build for me that can MAX_PAGE get 15 ?I want to have an 15 marker to my project
thanks a lot

Why you can't build? What Is the issue ?

because when I setup the "emscripten" to build the ARToolKitJS , show error not found "ar.h" or ....

because when I setup the "emscripten" to build the ARToolKitJS , show error not found "ar.h" or ....

note : I installed artoolkit,but my problem not solved!

could anyone build it for me?that MAX_PAGES support 15 .

thanks a lot

Hi @PersianCoders, the build instructions are here: https://github.com/artoolkitx/jsartoolkit5#build-the-project. Please be aware that we are not a building service here but rather shape the future of open webAR development. If you find a build issue with the instructions I'm more than happy to have a look.

Hi @PersianCoders, the build instructions are here: https://github.com/artoolkitx/jsartoolkit5#build-the-project. Please be aware that we are not a building service here but rather shape the future of open webAR development. If you find a build issue with the instructions I'm more than happy to have a look.

Hi @ThorstenBux ,thanks for your replay.
Could you help me for step 4 & 5 of building using docker https://github.com/artoolkitx/jsartoolkit5#build-the-project ?
thanks

@ThorstenBux
I have never done such a thing and I do not understand the steps. What can I do

Have you installed Docker? Did you clone jsartoolkit5 from the command line / terminal? Do you know how to use a command line? Do you know how to use git?

basically:

cd jsartoolkit5

(Or where ever your directory is) then:

docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten-slim:latest bash

Have you installed Docker? Did you clone jsartoolkit5 from the command line / terminal? Do you know how to use a command line? Do you know how to use git?

basically:

cd jsartoolkit5

(Or where ever your directory is) then:

docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten-slim:latest bash

Hi Dear,
I do not use Docker,please Explain me How to use it for this project.

My project is forced , and i want to Max_Page = 15
if possible for you,build it for me.and email for me : arjangmehrdad@yahoo.com

thanks a lot
thanks a lot.

Wondering if anyone can help. I'm working in VSCode Terminal on Windows 10. I've followed the instructions for Cloning a new repository however, when I put in the line docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten-slim:latest bash I am responded with docker: invalid reference format. Is there something I'm missing here?

Wondering if anyone can help. I'm working in VSCode Terminal on Windows 10. I've followed the instructions for Cloning a new repository however, when I put in the line docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten-slim:latest bash I am responded with docker: invalid reference format. Is there something I'm missing here?

Hi @dudleyhk. There could be some issue with the trzeci/emscripten repo, i'm not sure that is working anymore (it ishould be deprecated) I did not use it for a while so i can say more....

Wondering if anyone can help. I'm working in VSCode Terminal on Windows 10. I've followed the instructions for Cloning a new repository however, when I put in the line docker run -dit --name emscripten -v $(pwd):/src trzeci/emscripten-slim:latest bash I am responded with docker: invalid reference format. Is there something I'm missing here?

Hi @dudleyhk. There could be some issue with the trzeci/emscripten repo, i'm not sure that is working anymore (it ishould be deprecated) I did not use it for a while so i can say more....

Hey @kalwalt, cheers for the info. I'll have a dig :D

docker: invalid reference format

But maybe i'm wrong read this article: https://stackoverflow.com/questions/45682010/docker-invalid-reference-format

docker: invalid reference format

But maybe i'm wrong read this article: https://stackoverflow.com/questions/45682010/docker-invalid-reference-format

Many thanks for that. Turns out https://stackoverflow.com/a/51379726 was the answer I was looking for.