EMG Project with LSL

NahomyNahomy Tegucigalpa, Honduras

Hi everyone! A pleasure to greet you.
I've been working with the Cyton board and have had no problem adquiring EMG signals. However, when I try to run the projects (ex. https://docs.openbci.com/Examples/EMGProjects/EMGmusic/) I run into some trouble. Specifically, I've been trying to run it in Python, using Visual Studio Code, and have 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 recognize it as a command), but that changes the structure of the code and I get even more errors. I've tried using other commands but I don't get any EMG signal. Any suggestions? Perhaps there is a specific version of pylsl? Or is there any way to fix the code?
Thanks in advance!

Comments

  • wjcroftwjcroft Mount Shasta, CA

    Mentioning Richard @retiutut, who I believe is the author of that Example project.

  • NahomyNahomy Tegucigalpa, Honduras

    Hi! Fixed it. Used command ‘resolve_byprop’. I believe newer versions of the pylsl library don’t include the resolve_stream anymore FYI.

Sign In or Register to comment.