Isaiah Odhner
Isaiah Odhner
Currently, the user's face is detected in order to place tracking points, and optical flow is then used to track these points on your face, and only the optical flow...
Similar to when you change your screen resolution, changing settings like sensitivity can make it hard to interact with your system if too extreme (e.g. mouse barely moves, or mouse...
Add options: - [ ] Dwell time — time to stay in one spot to trigger a click - [ ] Dwell radius — how big "one spot" is; that...
Currently a red rectangle is shown around the border of the screen if you turn the dwell clicker off while a dwell is in progress. It should simply show the...
Right now the dwell clicker can start before the camera stream has even started. Now, it may be desirable to use the dwell clicker separate from the head tracking, with...
To enhance dwell clicking, showing halos, centering the dwell click indicator, and use a UI element's bounding box as the region to dwell within to click it, we need information...
Facemesh is run asynchronously in a Web Worker. It's sent camera frames, does its processing, then returns the face location predictions, but by the time it's processed it, the world...
An idea seen in [Polymouse](https://github.com/trishume/PolyMouse) (research software which looks hard to install, but is also intriguing.) Similar to facial gestures (#25), vocalizations would be a lot faster to execute, and...
There are a few projects that aim to provide Electron-like functionality without bundling Chromium. - [webview](https://github.com/webview/webview) looks too hard to use, very technical readme - [apptron](https://progrium.com/blog/apptron-announcement/) — I've signed up...
Even mediocre webcam-based eye tracking could be good, when combined with head tracking, in a hybrid approach as seen in [Precision Gaze Mouse](https://precisiongazemouse.org/) and [PolyMouse](https://github.com/trishume/PolyMouse). Eye tracking is used for...