brownhci / WebGazer

WebGazer.js: Scalable Webcam EyeTracking Using User Interactions
https://webgazer.cs.brown.edu
Other
3.51k stars 527 forks source link

Calibration and Integration of WebGazer with React #308

Open ClawNarok opened 1 year ago

ClawNarok commented 1 year ago

Hello! We are developing a web platform for scientific research. Unfortunately, we have had difficulties in performing the calibration and collecting the accuracy of the webgazer with react, because the calibration example is a pure HTML page, and accesses some scripts with the tag as if it was a single file. However, we can't call the functions of the same scripts by react. How can we develop the webgazer calibration page and function in react? Could anyone help us?

JongMany commented 5 months ago

I had the same problem... Did you solved it?