hiukim / mind-ar-js

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

Positioning is not on the nose with ThreeJS Face Tracking #206

Closed wx85745997 closed 2 years ago

wx85745997 commented 2 years ago

emmm.. like this how can i fix it. www fotor com_photo-editor-app_editor_basic

wx85745997 commented 2 years ago

window.addEventListener("resize", () => { if (document.querySelector("video")) { let video = document.querySelector("video"); let top = video.style.top; console.log("video", video); console.log("top", top); let canvas = document.querySelector("canvas"); canvas.style.top = top; } });

It works for me.