I recently found recently the JavaScript library - tracking.js
Is there any way to detect what div
I see now by image or camera?
I have two elements on the desktop, the left and right columns, and I would like to check if I see left div
( with console.log()
) or right div
. This library is simple, and I know how to add a script, but I don't know how to detect my eye and detect what element I see.
Maybe there are other ways to detect this.