All Projects → trishume → FusionMouse

trishume / FusionMouse

Licence: GPL-3.0 license
Combines Tobii eye tracking with TrackIR head tracking for a fast hands-free mouse replacement, in Rust!

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to FusionMouse

Eye VR Segmentation
AR/VR Eye Semantic Segmentation - Rank 5th/17 - OpenEDS 2019
Stars: ✭ 45 (+36.36%)
Mutual labels:  eye-tracking
TrueOpenVR-Drivers
Drivers
Stars: ✭ 47 (+42.42%)
Mutual labels:  head-tracking
NeuralAction
Neural Action is a real-time CNN-based gaze tracking application providing human-machine interface to improve accessibility.
Stars: ✭ 47 (+42.42%)
Mutual labels:  eye-tracking
SmartGaze
WIP Open source IR eye tracker for the Eye Tribe tracker hardware
Stars: ✭ 28 (-15.15%)
Mutual labels:  eye-tracking
Optikey
OptiKey - Full computer control and speech with your eyes
Stars: ✭ 3,906 (+11736.36%)
Mutual labels:  eye-tracking
event based gaze tracking
Dataset release for Event-Based, Near-Eye Gaze Tracking Beyond 10,000 Hz
Stars: ✭ 31 (-6.06%)
Mutual labels:  eye-tracking
eye-contact-cnn
Deep neural network trained to detect eye contact from facial image
Stars: ✭ 31 (-6.06%)
Mutual labels:  eye-tracking
Laser-Eye
Gaze Estimation via Deep Neural Networks
Stars: ✭ 79 (+139.39%)
Mutual labels:  eye-tracking
GazeTheWeb
Explore the Web with your eyes! Part of the MAMEM project.
Stars: ✭ 30 (-9.09%)
Mutual labels:  eye-tracking
GazeML-keras
A keras port of swook/GazeML for pupil, iris and eye-lid detection
Stars: ✭ 44 (+33.33%)
Mutual labels:  eye-tracking
FDBeye
R tools for eyetracker workflows.
Stars: ✭ 101 (+206.06%)
Mutual labels:  eye-tracking
Vision
Computer Vision And Neural Network with Xamarin
Stars: ✭ 54 (+63.64%)
Mutual labels:  eye-tracking
TobiiGlassesPyController
Tobii Pro Glasses 2 Python controller
Stars: ✭ 42 (+27.27%)
Mutual labels:  eye-tracking
eye-tracker-setup
👀 Tobii Eye Tracker 4C Setup
Stars: ✭ 24 (-27.27%)
Mutual labels:  eye-tracking
MouseView.js
Attentional mouse tracking. Alternative to online eye tracking. Eye tracking without the eyes!
Stars: ✭ 46 (+39.39%)
Mutual labels:  eye-tracking

FusionMouse

FusionMouse is currently an implementation of the PolyMouse concept in Rust using a Tobii 4C eye tracker and a TrackIR 4 head tracker. It fuses head tracking and eye tracking to create a fast hands-free mouse replacement. I've tested it and I get approximately the same performance on Fitts' law pointing speed tests as I do with a mouse.

Unlike my previous PolyMouse implementation, this one is designed to be more than a research system and will hopefully eventually be ready for daily use. With the original PolyMouse it's practically impossible to gather all the dependencies to compile it, but this is a nice Rust crate that can compile and run after installing LinuxTrack and the Tobii SDK.

Currently it uses an alpha Tobii SDK for mac that you have to request to get, so it's not quite possible for others to use yet. But hopefully soon Tobii will release their SDK publicly.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].