Hey everyone, I’ve been working on an AR.js project using NFT (image-based) tracking. My goal is to display an image (a plane with a texture) when the target image is detected. The marker is being detected (I see the console messages for ‘Marker detected’), but my display image never appears. I’ve tried several adjustments and even looked at some sample codes, but nothing seems to work. Here’s the code I’m using: [github link] What I’ve Tried:
Have you checked if the image file path is correct? Sometimes that’s the issue when things don’t show up.
I had a similar problem before. Sometimes it helps to refresh the browser cache. Have you tried that?
What version of AR.js are you using? Some features might differ based on the version.
Have you looked at the console for any errors? Sometimes it can give clues about what’s going wrong.
If it’s detected but not showing, maybe the image is just too large or not compatible. Consider testing a smaller image.