You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, unless I have missed something, is not possible to save the PPG file from the Muse 2, right? I can start the stream with bluemuse but then the PPG is not saved.
Is this something I can add myself, or that can be added with not too much effort?
It can be also with brainflow.
The text was updated successfully, but these errors were encountered:
We haven't tried using the ppg and accelerometer data in eegnb. Mainly because it hasn't been straightforward to access that data previously.
Blusemuse does send the ppg chans, to a separate lsl stream as the eeg. You can see this in the blue muse gui.
The preferred streaming option is now Brainflow not Blusemuse however.
Previously Brainflow did not support anything other than the eeg chans from muse. However I just took a look at the docs and it looks like it does indeed now allow accelerometer and ppg chans to be pulled also -
Available BrainFlow Presets:
BrainFlowPresets.DEFAULT_PRESET, it contains EEG data, to enable 5th EEG channel use board.config_board("p50")
BrainFlowPresets.AUXILIARY_PRESET, it contains Gyro and Accel data, enabled by default
BrainFlowPresets.ANCILLARY_PRESET, it contains PPG data, to enable it use board.config_board("p61")
I think it would be a very good idea to switch to always grabbing those additional streams by default in the eegnb EEG muse device class, and output cav file, IF doing so does not prove too difficult.
One difficulty that could arise is that the sampling rate is different for the ppg to the eeg.
A PR attempting this would be superb! Remember to fork from develop when doing so, not main.
This could use the pertinent board config from brainflow and get the new channels. Updating the old device types may be tricky as it may add dimensions and mess up with legacy code and experiments/analyses.
📝 Provide a description of the new feature
Hi, unless I have missed something, is not possible to save the PPG file from the Muse 2, right? I can start the stream with bluemuse but then the PPG is not saved.
Is this something I can add myself, or that can be added with not too much effort?
It can be also with brainflow.
The text was updated successfully, but these errors were encountered: