openbci-archive / OpenBCI_LSL

An application for establishing an OpenBCI stream through the Lab Streaming Layer (LSL)
53 stars 32 forks source link

Buffer below 1 second returns error/empty data #11

Open PhiloSolares opened 6 years ago

PhiloSolares commented 6 years ago

When changing the lsl.outlet buffer size to be below 1 second, LSL fails to send any samples. Leaving the outlet buffer maximum at 1 second or above, and changing the lsl.inlet buffer size to be below 1 second, keeps pull_sample in what I assume is an indefinite wait loop, and causes pull_chunk to return only empty data. Is 1 second the smallest supported buffer size, or am I missing something?