LSL4Unity icon indicating copy to clipboard operation
LSL4Unity copied to clipboard

A integration approach of the LabStreamingLayer Framework for Unity3D

Results 23 LSL4Unity issues
Sort by recently updated
recently updated
newest added

*Standalone builds:* - Windows - Windows64 - Linux64 - OSX *Mobile builds:* - Android - iOS Had to go into the plugin folder and add Android as an excluded platform...

Other implementaions of `liblsl` (e.g. [`pylsl`](https://github.com/chkothe/pylsl/blob/69466d658958c90797c18f03fa41122f6e489ca3/pylsl/pylsl.py#L521-L550), [`liblsl-Matlab`](https://github.com/labstreaminglayer/liblsl-Matlab/blob/a21584c7129c14cfad7c5f4077a90ece47bfb46b/lsl_resolve_byprop.m) and [`liblsl-rust`](https://github.com/labstreaminglayer/liblsl-rust/blob/afa1d251674591c11ebc06070de60914b6dafccf/src/lib.rs#L1007-L1056) say that if you're looking for a specific stream, the prefered method is to use `resolve_byprop()`. > """Resolve all streams with...

With a clean Unity project and only the LSL4Unity package installed open StreamOutlets are not discoverable by .resolveStream or the resolver. The complex sample that passes the capsule to the...

Looking at the BaseInlet class, the structures to receive data from a stream are initialized based on the sampling rate and channel count. When receiving a stream with irregular rate...

After building and running our application, we get following errors: Error Unity DllNotFoundException: Unable to load DLL 'lsl': The specified module could not be found. Error Unity at LSL.dll.lsl_create_streaminfo (System.String...

Hello everyone, I currently have a problem with the labstreaming layer (https://labstreaminglayer.org/) on the Pico 3. My experiment is being developed in Unity. Previously, I had the experiment running on...

Hi everyone, I am trying to connect LSL to a software called Aurora. It is software for neuroimage equipment (fNIRS). My problem is: In the editor mode, the Aurora detects...

If a `Resolver` is created and the first loop of `resolveContinuously()` is run before `Resolve` becomes true then the coroutine will not be run again. It works in the Complex...

Hi, My script based on the given sample can receive SignalStreams from openvibe box "LSL Export" successfully. But it doesn't work when I try to receive Stimulations through MarkerStreams. What...