How to see data record from Muse Interaxon headband with Brainstorm

Hello

We have done some experiments with real-time computation and display, using the FieldTrip buffer for streaming data over a TCP connection. Examples:
http://neuroimage.usc.edu/brainstorm/Tutorials/TutRealtime
https://github.com/brainstorm-tools/brainstorm3/tree/master/toolbox/realtime

Nothing will work out-of-the-box, you would have to write your own real-time loop, find a way to collect the recordings, apply an imaging kernel on them and display the results. For the last two steps, you can find help on the website and the forum, but you’d have to write most of the code for the first two.

Francois