Analyzing Muse headband sensor data to track eye motion. Comes with demo software (a basic joystick simulator, as well as a more advanced maze game to navigate) in order to show how easy it is to interact with your computer using nothing but your eyes, the Muse headband, and our software.
Done for the Codestellation Nov. 14-15 hackathon. We won the award for best hardware hack!
- pyliblo module
sudo apt-get install liblosudo pip install pyliblo
- Muse SDK
- download the installer
cd ~/Downloads/chmod +x musesdk-3.4.1-linux-installer.run./musesdk-3.4.1-linux-installer.run
- Muse headband
- connect via Bluetooth
muse-io --osc osc.udp://localhost:5001,osc.udp://localhost:5002
git clone https://github.com/joeylmaalouf/muse-eye-tracking.gitcd muse-eye-trackingpython muse_thresholding.py