-
```
Hello,
Looking at the code for g.Tec devices in "mainwindow.cpp", it looks like there
might be a shift in calculating the time stamps. Lines 288 - 292:
288: // reformat into send_buffer
289: fo…
-
Hello!
I'm using LSL in python. I'm using the RecieveData.py example and I'm getting the data fine but I'd like to know how to check if StreamInlet is no longer receiving data. I tried to print out…
-
```
the BioSemi application has no specific setting to record just the auxiliary
signals (in my case, GSR data). I tried recording 32 blanks + aux channels, but
in my c++ code I have access to 57 ch…
-
```
My outlet has 6 channels that I add to the XML descriptor as follows:
for channame in channels:
info_xml = info1.desc()
chn = info_xml.append_child("channel")
chn.append_child_value("…
-
```
My outlet has 6 channels that I add to the XML descriptor as follows:
for channame in channels:
info_xml = info1.desc()
chn = info_xml.append_child("channel")
chn.append_child_value("…
-
Hi,
I have recently started using LSL for recording EEG with the LiveApm system and Presentation. I have the Presentation running on a PC and Lab Recorder and the LiveAmp app on a different PC; both …
-
```
the BioSemi application has no specific setting to record just the auxiliary
signals (in my case, GSR data). I tried recording 32 blanks + aux channels, but
in my c++ code I have access to 57 ch…
-
```
My outlet has 6 channels that I add to the XML descriptor as follows:
for channame in channels:
info_xml = info1.desc()
chn = info_xml.append_child("channel")
chn.append_child_value("…
-
```
My outlet has 6 channels that I add to the XML descriptor as follows:
for channame in channels:
info_xml = info1.desc()
chn = info_xml.append_child("channel")
chn.append_child_value("…
-
# How would you like the feature to work?
I'm not exactly sure as to why lists cannot contain lists, but I figure it has to do with memory allocation, LSL script size, or possibly the number of all…