Real-time processing of EEG signals from Active3

Post Reply
Hyosung Joo
Posts: 2
Joined: Fri Nov 15, 2024 10:06 am

Real-time processing of EEG signals from Active3

Post 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?

Coen
Site Admin
Posts: 1147
Joined: Fri Mar 26, 2004 7:00 pm
Location: Amsterdam, Netherlands
Contact:

Re: Real-time processing of EEG signals from Active3

Post 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)

Hyosung Joo
Posts: 2
Joined: Fri Nov 15, 2024 10:06 am

Re: Real-time processing of EEG signals from Active3

Post by Hyosung Joo »

Thanks :D

Post Reply