Page 1 of 1

One method dispatcher for all data, is it possible?

Posted: Wed Apr 29, 2020 12:10 am
by muriloborges
Hello, My name is Murilo Borges I´m researching in my Doctor degree about EEG and Me anda My professor decided to by a Muse 2 on Jun 2019. Now we are trying to make a framework to start our research using Deep Learning and Muse.

Me are using Muse 2, Mind Monitor on IOS plataform and making our framework on python3. The first programa that connect Mind Monitor using pythonosc. We are using Dispatcher to run and collect data and everythink is running ok.

dispatcher.map("/muse/eeg", eeg_handler, "EEG")
dispatcher.map("/muse/acc", acc_handler, "EEG")
dispatcher.map("/muse/gyro", gyro_handler, "EEG")

We would like to know if it´s possible to use only one dispatcher.map command to take all data at the same time. somethink like this:

dispatcher.map("/muse", alldata_handler, "EEG")

We need all information in the same milesecond, to be shure that all data are paralel.

It´s very dificult to have a manual of Muse to let us know more informations

Thank´s for all help

regards

Re: One method dispatcher for all data, is it possible?

Posted: Wed Apr 29, 2020 12:26 am
by James
Sorry no. The data is async and generated at different frequencies. Check the FAQ for details here: https://mind-monitor.com/FAQ.php#oscspec