-
Confusion on lost packets... could be a software issue?
by wjcroft ·Your other alternative to accessing via LSL, is to use the Brainflow library. It has a simpler interface and less complexity in components. It also talks directly to the board, instead of requiring th -
Confusion on lost packets... could be a software issue?
by noorie ·I’ve been trying to access the headset's data stream by way of LSL, but I am a bit confused about the number of samples I have been getting when saving the file. I am trying to capture data for the pe -
Packet Loss Analysis: Bug or Real Loss? Need Help Understanding
by wjcroft ·https://docs.openbci.com/Software/CompatibleThirdPartySoftware/LSL/ -
Quick Question About Using Serial0 for Wired Communication on Cyton
by Cindy ·when I attempt to convert the streaming data to LSL, I encounter some warnings and notice that some data packets are not transmitted successfully. May I ask if you have any suggestions or recommended -
large EEG sample data amplitudes, how to process data stream
by wjcroft ·... so I wonder how do you convert from -80000 to .5Hz. I am doing my work on Jupyter notebook so I might not be able to use tools in apps like LSL. -
large EEG sample data amplitudes, how to process data stream
by SimpleRain ·@wjrcoft. Hi, William, thanks for the reply. I did read your comment, what confused was how to build relationship between the values and voltage. As you mentioned, you think a value like -80000 should -
EMG Project with LSL
by retiutut ·We have deployed this fix to the examples and the GUI files. Correct, it was a change in the pylsl library. -
research study with Cyton stream + Stimulus marker + Button response
by wjcroft ·Did you read the previous comment I left from January 2024, regarding the Cyton aux data 'external trigger' approach? LSL triggers are subject to too much timing jitter and latency because of the fact -
research study with Cyton stream + Stimulus marker + Button response
by julluki ·At this moment, my setup consists of OpenBCI Gelfree BCI Cap + PsychToolbox visual trigger code + Emotibit. All streams synchronized via LSL and saved as an XDF File via LabRecorder. Emotibit is just -
EMG Project with LSL
by Nahomy ·Hi! Fixed it. Used command ‘resolve_byprop’. I believe newer versions of the pylsl library don’t include the resolve_stream anymore FYI. -
EMG Project with LSL
by Nahomy ·already installed both required libraries (pylsl and pyautogui). However, on pylsl, the command ' resolve_stream ' is not recognized. My copilot suggest using 'resolve_streamS' instead (and it does r -
How to reduce time latency for ERP experiment using Cyton board?
by wjcroft ·The best approach with P300 experiments, is to use the External Trigger capability of Cyton, to record a simultaneous time mark from the stimulation event, along with the actual EEG data stream. LSL m -
How to reduce time latency for ERP experiment using Cyton board?
by vipin ·I am doing an ERP experiment with Cyton board. I am getting a random time latency during appending the LSL marker. How we can reduce the time latency to get proper epoch from the data? -
GUI Data Displayed Differently in Python When Sent via LSL
by wjcroft ·When sending LSL Time Series EEG data, you have the choice of RAW or FILTERED. The GUI Time Series plot is usually filtered. You can adjust parameters. But the CSV GUI Recording file and LSL RAW is NO -
GUI Data Displayed Differently in Python When Sent via LSL
by afcfd_ ·In OpenBCI GUI, the plant bioelectric potential data is displayed correctly. However, when I use LSL to send the data to Python and plot it, the waveform displayed in Python is completely different fr -
I am having problem to put my data in the OPENBCI_GUI
by fewton ·I am currently studying BCI and have built a model in Python to identify the movement of the left and right hand. I want to test this model in real time using the playback option with LSL, but I'm hav -
Integrate Cyton device to iphone
by wjcroft ·https://openbci.com/community/brainhat-raspberry-pi-openbci-plug-and-play-lsl/ -
cyton and daisy sending only 0 value data
by piotr_s ·from pylsl import StreamInfo, StreamOutlet import serial import struct import time import numpy as np from scipy import signal from datetime import datetime def main(): info = StreamInfo('OpenBCI -
How to Save Filtered Data in OpenBCI GUI?
by CyK ·I tried to use the LSL protocol in the Networking component, TimeseriesFilt, to stream and save it as an XDF file. Then, I plotted the channel data and could clearly see the EEG signal and changes. Bu -
How to Save Filtered Data in OpenBCI GUI?
by wjcroft ·I don't believe the GUI has any support code for saving filtered recording files. (Other than the LSL trick you mentioned.) Mentioning Richard @retiutut.