Skip to content

conphyture/LSL2joy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Translate a LSL stream to keyboard events.

Tested with kubuntu 14.04.

Depends on LSL

  • pip install pylsl --user

And on python-uinput

  • sudo apt-get install libudev-dev
  • pip install python-uinput --user

Make sure uinput module is loaded: sudo modprobe uinput. Run script with sudo for permissions.

Test with OpenViBE

You may use the files in ov_scenarios folder to test the script in combination with OpenViBE. Tested with OpenViBE 1.0.1.

In case you're really into BCI and you'd want to use motor imagery paradigm (who knows ^^), some tunings are mantadory. To link classifier output to LSL output in openvibe: set Designer_AllowUpCastConnection = True in ~/.config/openvibe/openviberc and use a "Matrix Transpose" box in-between.

About

WIP, LSL stream to joypad events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages