hiukim / mind-ar-js

Web Augmented Reality. Image Tracking, Face Tracking. Tensorflow.js
MIT License
2.24k stars 417 forks source link

Click on specific target? #86

Closed UtilExe closed 2 years ago

UtilExe commented 2 years ago

Hi @hiukim (and everyone else)

Working with image tracking, I'm trying to achieve that once you click on one of the images that appear after scanning the target images, it must pop up with a alert.

I tried to use https://hiukim.github.io/mind-ar-js-doc/examples/events-handling

However the thing is that I have multiple images and IDS, so any idea how to make it flexible without a querySelector on each ID?

brunoshine commented 2 years ago

Hi all,

I'm also unable to trigger the click event. Any thoughts? thanks