kowalej / BlueMuse

Windows 10 app to stream data from Muse EEG headsets via LSL (Lab Streaming Layer).
GNU General Public License v3.0
187 stars 32 forks source link

HeadbandOn indicator #67

Open compmonks opened 6 months ago

compmonks commented 6 months ago

I know this has been discussed already on #23 but there is actually an indicator directly from the sdk called headband_on among other useful indicators. Would that be feasible to integrate? image

kowalej commented 6 months ago

Hi @compmonks, thanks for the question. I don't think this is something that would ever be directly provided by Bluemuse.

I've thought in the past about developing a standalone program that takes in an LSL stream, processes the EEG signal, and produces an output LSL stream with these sorts of indicators. Perhaps also have an animation that would graphically display electrode positions and give coloured indicators based on the signal quality. This would be something that works not only for Muse, but any EEG device. The program could be launched with arguments indicating which LSL stream to target and a mapping of stream channels to standard placements (10-20 system).

Haven't found the time to do it, but perhaps something I may pick up in the future or the community would take interest in.