Python Examples
Python Installation
pip install venv
python3 -m venv eeg_venv
# activate the venv according to your OS
# Windows example:
. ./eeg_venv/scripts/Activate
pip install -r requirements.txtScript Examples
python lsl_receive.py -n PetalStream_blink
python lsl_receive.py -n PetalStream_eye
python lsl_receive.py -n PetalStream_bandpower
python lsl_receive.py -n PetalStream_artifact_detect
python lsl_receive.py -n PetalStream_metricsLast updated
Was this helpful?