Search found 4 matches

by antonello
Tue Mar 10, 2020 4:38 am
Forum: Mind Monitor
Topic: OSC streaming with Python-OSC
Replies: 40
Views: 18409

Re: OSC streaming with Python-OSC

Hi there, I managed to make things work. I'm using another python OSC library ( https://github.com/kivy/oscpy ) and it works well for my purposes. This is a little snippet I use to acquire EEG signals from the MindMonitor App, it could be a good starting point, but as pointed out by James, if this w...
by antonello
Mon Jan 20, 2020 11:49 am
Forum: Mind Monitor
Topic: OSC streaming with Python-OSC
Replies: 40
Views: 18409

Re: OSC streaming with Python-OSC

Hi James, I managed to do it. Thanks a lot for the help!! What I would like to do now is stream to a single computer ~10 Muse and make some EEG processing based on blink detection. So the setup would be 10 Muse->10 Mind Monitor -> 1 PC. All the phones and the PC will be connected to a dedicated rout...
by antonello
Mon Jan 20, 2020 10:19 am
Forum: Mind Monitor
Topic: OSC streaming frequency
Replies: 3
Views: 3987

Re: OSC streaming frequency

Hi James,
what about the EEG RAW sampling frecuqency?
In the OSC specs it is written 220Hz | 256Hz.
What does this mean? How do I know if it is streaming at 220 or 256?
Thanks :)
by antonello
Tue Jan 14, 2020 2:52 am
Forum: Mind Monitor
Topic: OSC streaming with Python-OSC
Replies: 40
Views: 18409

OSC streaming with Python-OSC

Hi, has anyone manage to receive some data with python-osc module? I'm using this simple server example but it doesn't work. Any help or thoughts would be really appreciated ;) import argparse from pythonosc import dispatcher from pythonosc import osc_server def eeg_handler(unused_addr,args,ch1,ch2,...