I am trying to receive EEG data and event triggers via LSL and decode the event-related EEG data in real-time.
The EEG data does not have stim channels, instead there is an LSL stream of triggers (string markers).
In this case, how can I get the epochs in response to the events?
RtEpochs() takes a stim_channel as an argument, but can I use the trigger stream instead?
Thanks in advance!