mind-ar-js-react
mind-ar-js-react copied to clipboard
Example of using MindAR in React
Hi Thanks for your library I tested mind-ar & react-mind-ar, with my own different images and models I see a lot of vibration I use "filterMinCF:0.1; filterBeta: 10" but I...
when download program and npm i show error npm ERR! request to https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz failed, reason: certificate has expired
I am trying to run mindar on nextjs 14, but I have not been succesful. Whetever I use AFrame or Three, I get this error:  What could it be?...
Just noticed that `arSystem.stop()` does not dispose the overlays (scanning, loading...). Since those elements are attached directly to the body's node and not to the a-scene, they would not be...
I noticed that the memory usage increases each time you stop and start the scene again. This restricts the usage of Mind AR on multi-scene projects, as it could lead...
This white screen occurs after putting this project on the server. but works fine locally. Are any additional changes required for this to show on the server? the first picture...
Hi, I am using these codes with the package ``` "dependencies": { "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", "aframe": "^1.4.1", "mind-ar": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "web-vitals": "^3.1.0"...
If we use ` `, it makes the size of the model huge. I want the height of gltf model to be set relative to the size of tracked image....
fix: resolve canvas and Node.js compatibility issues - Add required system dependencies for canvas - Specify Node.js 18.x as required version - Add nvm installation instructions - Update Docker configuration...