ScottLogic / lookingatyou

Looking At You is a front-end application which uses computer vision to enable a pair of eyes to follow people using a webcam. The application was developed as part of the 2019 Scott Logic Internship Program.
http://scottlogic.github.io/lookingatyou
MIT License
0 stars 3 forks source link

Pupil dilation not working #592

Closed JeromeIllgner closed 5 years ago

JeromeIllgner commented 5 years ago

The movement handler refactor made the dilation and eyelid position private variables. This causes the eye to no longer re-render with the calculated eye behaviour.

As a user I want this behaviour to be fixed so that the eye behaviour is more natural.