App-LabRecorder icon indicating copy to clipboard operation
App-LabRecorder copied to clipboard

An application for streaming one or more LSL streams to disk in XDF file format.

Results 44 App-LabRecorder issues
Sort by recently updated
recently updated
newest added

When I tried to import xdf file with load_xdf, it says that "got zero-length chunk, scanning forward to next boundary chunk. scan forward reached end of file with no match."...

Hi everyone, I'm recording data from multiple sources (EEG (256Hz), eye tracker (150Hz), and event markers) for an experiment using LabRecorder. In the first two recording sessions, the data streams...

I just re-enrolled for the Apple Developer Program. It's been 13 years since I last paid the apple developer fee. Assuming everything goes smoothly there, I'm going to try to...

In the help example for clirecorder https://github.com/labstreaminglayer/App-LabRecorder/blob/84b9a6c3af077ffdf448acc4dcf52a222a961f8d/src/clirecorder.cpp#L10 there is a statement, which in console looks: LabRecorderCLI.exe foo.xdf 'type="EEG"' 'host="LabPC1" or host="LabPC2"' but resolve_bypred accepts hostname, ex.: pylsl.resolve_bypred("hostname='LabPC1'", timeout=5) So, IMO...