-
Notifications
You must be signed in to change notification settings - Fork 69
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
Model gets augmented only when the image is very near to the camera. Maybe because camera feed quality is poor? #94
Comments
The problem you're facing is that the "far" value of the camera object is too low, or your 3d object is too big. This comment tells you how to update the matrix values yourself. I don't know if there is another way of doing this in jsartoolkit 🤔 |
Thank you @ianmethyst Does anyone know how to update the matrix values? @kalwalt @nicolocarpignoli @ThorstenBux |
could you fix this issue? i see the same behaviour |
Hi @kalwalt @nicolocarpignoli @ThorstenBux
The model gets augmented only when the image is very near to the camera.
I can see in the console that the image gets tracked from a distance, but model gets augmented when I bring it very near.
I have set the dpi to 220.
And also, the camera quality is very bad, its blurry.
Please help.
Thanks.
EDIT: https://drive.google.com/file/d/17BXnPtaHSCgTG06EXzMgh-IxF5xsgb29/view?usp=sharing
here is the video for demonstrating the issue. At the end of the video, you can see the camera feed quality.
The text was updated successfully, but these errors were encountered: