Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.24 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.24 KB

Scrollease

Ability to Scroll document by Detection of Mootion of eye 👀.

LIVE DEMO

image1

Why We Need?

  • Helpful for Specially-abled people.
  • for old age people
  • Lazy person

But How?

To Track the movement of the movement of eyes w.r.t screen & use it to scroll through pages

Languages Explored

  • JavaScript - to make project work on browser

Library Used

  • Clmtrackr is a javascript library for fitting facial models to faces in images and video, and can be used for getting precise positions of facial features in an image, or precisely tracking faces in video

Concept of Code

Works using Vanilla(Plain) JS and Webcam library(clmtracker.js) position of our eye sockets w.r.t. screen height trigger and lock scroll events.

Task ONE

  • Using most widely used browser language for implementation.

Task TWO

  • Using facial features to detect position of a face.

Task THREE

  • Making it as easy, to use for a user, as possible.

image2