Python Examples
Python Installation
See the getting started repo for full scripts. For python, we use 3.8.5, but any later 3+ version will probably work. Create a virtualenv from that repo:
Script Examples
This script receives an LSL EEG stream and prints it to the console.
This script streams 4 channels of EEG data at a selected sample rate. It can stream randomly generated data, or from a CSV file with any header where the first 4 columns represent channels 1-4.
Random EEG data at 256Hz:
From a CSV file at 256Hz:
Last updated