hiukim / mind-ar-js

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

In face tracking,when my face keep moving,how can i get the real time position of my face on the screen #217

Closed littleBelle closed 2 years ago

littleBelle commented 2 years ago

Hi,hiukim, In my object, use face tracking,and i hope when my face keep moving, i can get the real time position of my face on the acreen.dose this library has this events handling ?

Hope to get your reply, thank you

hiukim commented 2 years ago

The library updates the pose of the a-entity with mindar-face-target continuosly. It is a 3D coordinate relative to the scene though. There is no 2D coordinates relative to the screen.