AR.js
AR.js copied to clipboard
Image tracking, Location Based AR, Marker tracking. All on the Web.
see: https://github.com/jeromeetienne/AR.js/issues/730
When I apply this code from docs ` > ` 3D model dont show, if I delete look controls and arjs look controls 3d work but with shaking. What is...
Hello! I create a basic example of AR.js for location based and faced the problem of model shaking. I checked the basic example in A-frame.js and I meet the same...
Aframe nft image tracking working on my laptop () but its not working on android. I checked it 4 different devices. output show loading please wait...….. . https://ar-js-org.github.io/AR.js-Docs/image-tracking I copy...
Hello everyone, I am aiming for using AR.js for a new AR project in combination with machine learning on work. The goal is to recognize objects in the camera input,...
**Do you want to request a *feature* or report a *bug*?** Reporting a bug **What is the current behavior?** Half the time the AR.js experience hangs and it might be...
Hello everyone! I'm trying to execute the AR example from the docs, and, in the desktop browser the server gives a response, but, in mobile (Using Google Chrome, in Galaxy...
Hello friends, I have tried several times and when the mobile GPS is turned off, the model is displayed. How should I prevent this from happening? I used "gps-camera", if...
**Do you want to request a *feature* or report a *bug*?** BUG **What is the current behavior?** Multiple cameras can be obtained in Huawei devices. But the default is the...
`function gpspin(){ console.log("ggggggggggggggggggg"); window.addEventListener("gps-camera-update-position", e => { console.log("hnhhhhh"); document.getElementById("mat").innerHTML = e.detail.position.latitude + e.detail.position.longitude; document.getElementById("gpsmodel").setAttribute('gps-entity-place', { latitude: e.detail.position.latitude, longitude: e.detail.position.longitude }); }) }` I am trying to activate this code by...