VAI Reader is basic proof-of-concept implementation of VAI OS system. This prototype has the first chapter of “Hobbit” by J.R.R. Tolkien that you can read and scroll just by using your eyes.
Read the case study here.
$ git clone https://github.com/slitrobo/vai-reader
$ cd vai-reader/
$ npm install
$ npm start
This version does support auto calibration feature as shown in the case study, so in order to use it, you’ll have to calibrate it using your mouse/by tapping.
Follow the steps:
- Look at the left top corner of the browser window, and click on it 10 times with your mouse.
- Repeat it with the right top corner
- Repeat it with the left bottom corner
- Repeat it with the right bottom corner
- Repeat it with the very center of the browser window
Setup completed! You are free to navigate the page with your eyes
This project is based on WebGazer.js
