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
There are several EEG devices (especially headsets) working only with Brainflow.
However, It seems tricky to send event marker outside Brainflow (Their examples call brainflow and psychopy function in same commandline, not let psychopy send marker to independent brainflow thread/process).
I found a work-around using Brainflow->LabStreamingLayer, but it seems not an ideal solution considering temporal accuracy.
NeurotechX shared a lot of notebooks integrates PsychoPy and Brainflow, but as far as I understand, they call psychopy and brainflow in same .py script, not allow communication btw two, right? (i.e. send event marker in GUI designed PsychoPy experiment.)
(Maybe, just call Brainflow inside PsychoPy would be one solution.)
The text was updated successfully, but these errors were encountered:
iPsych
changed the title
Event Marking in Brainflow implementation.
Event Marking between Brainflow and other python processes implementation.
Mar 8, 2022
There are several EEG devices (especially headsets) working only with Brainflow.
However, It seems tricky to send event marker outside Brainflow (Their examples call brainflow and psychopy function in same commandline, not let psychopy send marker to independent brainflow thread/process).
I found a work-around using Brainflow->LabStreamingLayer, but it seems not an ideal solution considering temporal accuracy.
NeurotechX shared a lot of notebooks integrates PsychoPy and Brainflow, but as far as I understand, they call psychopy and brainflow in same .py script, not allow communication btw two, right? (i.e. send event marker in GUI designed PsychoPy experiment.)
(Maybe, just call Brainflow inside PsychoPy would be one solution.)
The text was updated successfully, but these errors were encountered: