Page 1 of 1

Real-time processing of EEG signals from Active3

Posted: Fri Nov 15, 2024 10:21 am
by Hyosung Joo
I attempted to perform real-time processing of EEG signals using LabStreamingLayer (LSL), but encountered an issue where the Active3 system could not link to LSL, resulting in the error: "Could not link to the amplifier: Ring buffer handshake with BioSemi driver failed unexpectedly."
Is there a way to resolve this error? If not, are there alternative methods for real-time processing of EEG signals from the Active3 system using MATLAB programming?

Re: Real-time processing of EEG signals from Active3

Posted: Fri Nov 15, 2024 1:44 pm
by Coen
ActiView for ActiveThree can stream the data from the ringbuffer via a TCP/IP connection. You can consider to develop a MatLab client to read this real-time data stream.

Email to info@biosemi.com for the latest ActiView version and a TCP/IP client example.

Best regards, Coen (BioSemi)

Re: Real-time processing of EEG signals from Active3

Posted: Mon Nov 18, 2024 1:27 am
by Hyosung Joo
Thanks :D