GUI Data Displayed Differently in Python When Sent via LSL

afcfd_afcfd_ Japam
edited January 14 in Cyton

Situation:
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 from what is shown in the GUI. I am unsure if the data is being sent incorrectly or if there is a delay involved.

Ultimately, I plan to send this data to Unity (C#), but first, I want to display the correct waveform in Python. I am confused because the waveform shown in Python is entirely different.

Questions:

  • How can I resolve this issue?
  • Are there any specific considerations when sending data via LSL to Python?
  • If delay is the cause, how can I confirm the delay?
  • I would also appreciate any advice on sending data to Unity and handling this process.

Comments

Sign In or Register to comment.