Using live data from mind-monitor to run a program in python
Posted: Wed Mar 02, 2022 6:37 pm
Hey Everyone.
Love too see this board being active! I'm looking to gain clarity on all the repositories for the muse headset. In terms of developing your own independent scripts.
I only really ended up getting one project to work with. Using the muse-js library to play the chrome dino game.
https://urish.medium.com/your-brain-the ... 75aad0fa8e
My headset is collecting dust now
I'm thinking of using the muse headset to potentially develop games in game engines such as godot or using it simply within a python script.
if blink.detected: #Based on filtering of the raw eeg data. Predetermining what a blink looks like
print("hello world")
....
I know there is the python-osc that Mr.james developed (Thank you very much
Can it be applied to this?
thank you!
Love too see this board being active! I'm looking to gain clarity on all the repositories for the muse headset. In terms of developing your own independent scripts.
I only really ended up getting one project to work with. Using the muse-js library to play the chrome dino game.
https://urish.medium.com/your-brain-the ... 75aad0fa8e
My headset is collecting dust now
I'm thinking of using the muse headset to potentially develop games in game engines such as godot or using it simply within a python script.
if blink.detected: #Based on filtering of the raw eeg data. Predetermining what a blink looks like
print("hello world")
....
I know there is the python-osc that Mr.james developed (Thank you very much
Can it be applied to this?
thank you!