LSL4Unity icon indicating copy to clipboard operation
LSL4Unity copied to clipboard

Can not receive StreamMarkers

Open Tlynnnn opened this issue 1 year ago • 1 comments

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 should I do to solve the problem? Thank you so much for your time. 图片 图片

Tlynnnn avatar Jul 16 '23 12:07 Tlynnnn

At first glance…

Your marker stream probably has a nominal rate of zero so you effectively have size zero buffers.

I’m travelling at the moment and can’t look closer. I hope there’s an example for retrieving events but the code you followed is incorrect for that purpose.

cboulay avatar Jul 16 '23 14:07 cboulay