brownhci / WebGazer

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

Webgazer blink detection #271

Closed Alfx25 closed 1 year ago

Alfx25 commented 2 years ago

hello, there is any way to implement blink detection with webgazer library? thanks

alexpapster commented 2 years ago

We don't have a built-in way as of now but you could work with the eye images if you wanted to try it yourself.

On Fri, Sep 16, 2022, 8:25 AM Alessio Alfieri @.***> wrote:

hello, there is any way to implement blink detection with webgazer library? thanks

— Reply to this email directly, view it on GitHub https://github.com/brownhci/WebGazer/issues/271, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQ2RJHAO52WRE25FN3IAYDV6SGQBANCNFSM6AAAAAAQONZG2Y . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Alfx25 commented 2 years ago

could you suggest me some approach i can try? Actually my system is fully builded thanks to webgazer but i don't know to implement blink with it. thanks for you patience

alexpapster commented 2 years ago

Sorry I don’t have a concrete algorithm to suggest, I would honestly start with a google scholar search on the topic and see what solutions are out there. Let us know if you are successful with it!

On Sep 16, 2022, at 9:12 AM, Alessio Alfieri @.***> wrote:

could you suggest me some approach i can try? Actually my system is fully builded thanks to webgazer but i don't know to implement blink with it. thanks for you patience

— Reply to this email directly, view it on GitHub https://github.com/brownhci/WebGazer/issues/271#issuecomment-1249547423, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQ2RJCRGCLL72J65SJIX5LV6SL7DANCNFSM6AAAAAAQONZG2Y. You are receiving this because you commented.

JoshuaCastelino commented 1 year ago

@jeffhuang

Was this thread closed due to the successful implementation of blink detection, or due to the limited engagement it received?

jeffhuang commented 1 year ago

We're thinking that this is outside the scope of this library right now. It's an add-on feature that can be implemented on top of WebGazer, but not essential -- we're trying to keep the functionality basic to be able to maintain this for a long time.