Skip to content

automatically scroll up and down a website while reading by tracking users gaze

Notifications You must be signed in to change notification settings

flo-bit/gaze-controls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

using your gaze to automatically scroll a webpage

This is a simple project that uses your gaze to automatically scroll a webpage. It uses webgazer.js to get the gaze data.

The gaze data is averaged over a few frames and then used to calculate the scroll amount.

how to use

(not working on all webpages and browsers yet, tested on macos chrome with wikipedia)

Add a bookmark with the following code as the URL:

javascript: (function () {
  var script = document.createElement("script");
  script.src =
    "https://flo-bit.github.io/gaze-controls/gaze-tracking-bookmark.js";
  document.body.appendChild(script);
})();

Then, when you are on a webpage, click on the bookmark and allow camera access.

Click on a few points on the page to calibrate the gaze tracker until the tracking preview is more or less calibrated (meaning it moves to where you look).

The script will then automatically scroll the page up or down while you read.

About

automatically scroll up and down a website while reading by tracking users gaze

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published