lsl_archived
lsl_archived copied to clipboard
Multi-modal time-synched data transmission over local network
Hello, I am trying to get the impedance data with the Live Amp amplifier. I have seen in the library (Amplifier.h) that there is a method for doing this (getImpedanceData)...
After installing the ARM version of the liblsl32.so library to work on the Raspberry Pi 3 B+, we get this error message: ``` AttributeError: /usr/local/lib/python2.7/dist-packages/pylsl/liblsl32.so: undefined symbol: lsl_library_info ``` I...
How? Programmatically, I mean. I have some library updates from Brain Products and I'd like to get them into the build structure somehow. Are we still relying on the SCCN...
Hi, I am currently pushing: push_sample(double[]data, double timestamp) from a wristband. How do I not only pull the data but also the timestamp? also why does the receiver lose the...
[outlet](https://github.com/sccn/labstreaminglayer/blob/master/LSL/liblsl/include/lsl_c.h#L468-L474) [inlet](https://github.com/sccn/labstreaminglayer/blob/master/LSL/liblsl/include/lsl_c.h#L614-L628) When creating an outlet or inlet, the user can specify the maximum amount of data that can be buffered, in seconds. The data type for this argument is...
I'm having an issue where I have two Android apps, one is the ReceiveStringMarkers app provided in the sample and the other is a custom app. The custom app is...
I am running into this problem: [http://openbci.com/forum/index.php?p=/discussion/1681/openbci-lsl-errors-with-ganglion](http://openbci.com/forum/index.php?p=/discussion/1681/openbci-lsl-errors-with-ganglion) It is mentioned that I can use this repo below with Ganglion. [https://github.com/OpenBCI/OpenBCI_Python](https://github.com/OpenBCI/OpenBCI_Python) Does anyone know how to set it up?
I got this error while entering `python openbci_lsl.py` to run the GUI for LSL. Here is the full error: http://i65.tinypic.com/16bezuu.jpg Does anyone know how to help?
Hello! We're working on a study related brain rhythms and speech. We are collecting EEG data with Brain Products BrainAmps Hardware and audio through a USB microphone. For the EEG,...
I'm currently using LabRecorder to record 3 streams of data. The first is a 24 channel EEG headset at 256 Hz, the second is 7 channel data stream of float...