squadus
squadus
About
- Username
- squadus
- Location
- Los Angeles
- Joined
- Visits
- 241
- Last Active
- Roles
- Member
- Location
- Los Angeles
- Website
- https://www.digitalgreentea.com
- Interests
- Entrepreneurship
Comments
-
Do you know if LabStreamingLayer (LSL) is compatible with Open Sound Control (OSC)?
-
You will need to add a plugin to the end of your command. For example --add streamer_lsl
-
Try 'pip install yapsy' Also, if you are on Windows try to run as administrator, otherwise try the sudo command.
-
This value can be passed in using the Sampling Rate field when you are reading input from LSL, otherwise you can leave it blank
-
With a Cyton board streaming LabStreamingLayer using Python is extremely simple.
-
The GUI has a Networking widget which can output LSL. Streaming LabStreamingLayer from Python may work as well.
-
@wjcroft I have reached out to the developers.
-
This was very helpful. Thanks!
-
If you want to see if LSL is running correctly into MATLAB, I would try the ReceiveData function. As for the dependencies, check out the labstreaminglayer repo: https://github.com/sccn/labstreaminglayer
-
@wjcroft I used an alumni email, and was accepted.
-
@wjcroft I signed up for the Academic Version.
-
Thanks again William, I am reading up Machine Learning now as it is kind of putting together what classifiers, modifiers, feature extraction are before I actually perform BCI
-
Hi William, I have tried the run_readlsl command with both variables, 'SamplingRateOverride' and 'srate_override'. inside of run_readlsl('DataStreamQuery','type=''EEG''','MarkerQuery', '', 'ChannelOverride', {'FP1','FP2','O1','O2'}, 'srate_ov…
-
I have figured out how to add the channel locations. I am at the point where now when I run the command run_readlsl('DataStreamQuery','type=''EEG''','MarkerQuery', '', 'ChannelOverride', {'FP1','FP2','O1','O2'}, 'srate_override', 250); I r…
-
When I stream LabStreamingLayer into BCILAB I am running into a warning that 0% of my channel labels match a cap design, and my srate is 0 instead of 250 Hz. The .ced file I created in EEGLAB (using this guide) has 4 channels as I have a Ganglion bo…
-
Thank you! Quick question about EEG and BCI fundamentals: I know it is possible to pre-process, classify, and visualize real-time EEG data from OpenBCI. I want to be 100% confident, is this same function possible without LabStreamingLayer?
-
I have built my .ced file and configured it using set_infer_chanlocs. When I run LabStreamingLayer into BCILAB I receive a warning that my cap file can not be found. Do you have any idea why this may be?
-
Hi William, Thanks again for the help. I am following these two tutorials to configure the channel locations for use in EEGLAB and BCILAB. https://sccn.ucsd.edu/wiki/A03:_Importing_Channel_Locations https://sccn.ucsd.edu/wiki/A08:_DIPFIT
-
Do you know if we need to use a specific plugin in EEGLAB to configure the 10-5, 10-10, 10-20 channel positions?
-
Check out this guide for streaming data from LSL and into MATLAB: https://irenevigueguix.wordpress.com/2016/07/22/openbci-lab-streaming-layer-lsl/ As for receiving the data in BCILAB the demo may be of use: https://www.youtube.com/watch?v=Sup2SaJy…
-
What sampling frequency does the LSL widget output? Is there a difference between Ganglion and/or Cyton with Daisy?
-
Hi William, Thank you for sharing these guides! They have been a huge help. I am at my University's MATLAB computer lab and after talking to a number of people, I have been getting more familiar with the "Open" part in OpenBCI Sorry about the…
-
Thank you!
-
@wjcroft thank you Do you know of any GUI applications that can perform source imaging aside from OpenVibe?
-
Hello, Does anyone know if the Ganglion can be used on Neuromore? The Ganglion does not use a COM connection, so I am wondering if there is an alternate way to connect EEG data to Neuromore, perhaps the OSC would work? Just getting started wi…
-
Thank you William for all the help. I really appreciate you and all you do for the community.
-
Appreciate the help. I have entered the MAC address into the user.py for the port number. How can I get the board to run from this point forward?
-
Hi William, After looking at the documentation further it turns out that the Ganglion uses the MAC address to connect via ports, not the Linux operating system. https://github.com/OpenBCI/OpenBCI_Python - see under Ganglion. Thanks again …
-
You will need to use an older alpha of the GUI. I got it working without the BLED and using the CSR instead. Cheers!
-
I've got Zorin OS running now, and it has Wine installed from the get-go.