- Home /
Streaming EEG data from Qstreamer to Unity
I am trying to stream the data from Qstreamer directly to Unity through TCP/IP. QStreamer is QUASAR’s data acquisition software with an intuitive user interface to control the system and acquire data. it handles low-pass, high-pass and notch filtering of both EEG and ECG data streams. The software has a TCP-IP socket that streams data in real-time. This socket interfaces in real-time with QStates Qstates is a powerful cognitive state classification tool with a Partial Least-Squares (PLS) core algorithm for rapid and intuitive subject-specific or normative model training. QStates extracts approximately 10,000 features from EEG, ECG, EMG, and EOG signals, and rapidly sets weights on the most salient features.
**https://gist.github.com/danielbierwirth/0636650b005834204cb19ef5ae6ccedb**
I have tried using this guy's script but i dont know how to set it up