liblsl-Csharp icon indicating copy to clipboard operation
liblsl-Csharp copied to clipboard

C# bindings for liblsl

Results 6 liblsl-Csharp issues
Sort by recently updated
recently updated
newest added

I used your project in my maui project, but it runs normally on the windows platform, and it will prompt that the dll cannot be found on the android platform...

This is just a heads up as I ran into this problem in a different project. Without testing it, I can say for sure that this: https://github.com/labstreaminglayer/liblsl-Csharp/blob/c74a4d4b0a7049cbc59fa98995706de8fa26b395/LSL.cs#L572 is not going...

Fixes #2 This PR expands support for nuget package generation including common metadata such as projectURL, package license and package tags. A `README.md` file has been included in the runtime...

I think it could be interesting if the library could be available as a nuget package. I've seen it mostly targets Unity, but there's life out of it...

https://github.com/labstreaminglayer/liblsl-Csharp/blob/a1f2a0c7f15d4fbf64f197e58ba027b48d79289b/examples/HandleMetaData/HandleMetaData.cs#L47 It seems as the linked line should reference the local variable "inf" and not "info". I suggest splitting the inspection of the stream info into a separate method to...

To me it also makes sense to wrap pull_sample (and even more especially resolve_streams) into async methods because it is a very convenient way to kick off a method that...