Skip to content
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

load 15 nft to project #105

Open
PersianCoders opened this issue Feb 1, 2021 · 20 comments
Open

load 15 nft to project #105

PersianCoders opened this issue Feb 1, 2021 · 20 comments

Comments

@PersianCoders
Copy link

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

@kalwalt
Copy link

kalwalt commented Feb 2, 2021

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

@PersianCoders
Copy link
Author

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?

@PersianCoders
Copy link
Author

b90b0ef0-77e5-4610-b7a6-cfa9555cba71

@PersianCoders
Copy link
Author

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

@kalwalt
Copy link

kalwalt commented Feb 2, 2021

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?

@PersianCoders
Copy link
Author

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

@kalwalt
Copy link

kalwalt commented Feb 2, 2021

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 ?

@PersianCoders
Copy link
Author

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

@PersianCoders
Copy link
Author

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

@ThorstenBux
Copy link

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.

@PersianCoders
Copy link
Author

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
Copy link

ThorstenBux commented Feb 3, 2021 via email

@PersianCoders
Copy link
Author

PersianCoders commented Feb 4, 2021

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

@ThorstenBux
Copy link

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

@PersianCoders
Copy link
Author

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 : [email protected]

thanks a lot
thanks a lot.

@dudleyhk
Copy link

dudleyhk commented Sep 2, 2021

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?

@kalwalt
Copy link

kalwalt commented Sep 2, 2021

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....

@dudleyhk
Copy link

dudleyhk commented Sep 2, 2021

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

@kalwalt
Copy link

kalwalt commented Sep 2, 2021

docker: invalid reference format

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

@dudleyhk
Copy link

dudleyhk commented Sep 3, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants