/muse-eye-tracking

Analyzing Muse headband sensor data to track eye motion.

Primary LanguagePython

muse-eye-tracking

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!

Requirements

  • pyliblo module
    • sudo apt-get install liblo
    • sudo 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

Usage

  • git clone https://github.com/joeylmaalouf/muse-eye-tracking.git
  • cd muse-eye-tracking
  • python muse_thresholding.py