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 35 App-LabRecorder issues
Sort by recently updated
recently updated
newest added

Labrecorder is synchronizing 2 streams: Matlab marker stream and OpenBCI EEG stream into [this file](https://drive.google.com/file/d/14pCzF1G3AOQAos1Z1kTQol4BbrKquZFU/view?usp=sharing) When opening the file in EEGLAB XDF importer - latency and duration for each event...

Hi there, Just wondering if you thought of adding hdf5 support for the more widely used format and if there are any issues against? Thanks Andrew

The help for LabRecorderCLI suggests the following example: ``` ./LabRecorderCLI foo.xdf 'type="EEG"' 'host="LabPC1" or host="LabPC2"'``` The way the `"` and `'` are used would work fine on my bash shell...

- Logging utility class with mutex to prevent multiple threads from writing ugly run-on messages in the console. - Log functions for various levels (info, warning, or error) which can...

I wrote python interfaces to remote control LabRecorder (i.e. the Delmenhorst Version). This is implemented a) via the LabRecorderCLI using ` win32com.client.Dispatch("WScript.Shell")` and b) via the LabRecorderRCS with a TCP/IP...

I just noticed that with this latest release the fields Study Root doesn't behave correctly. When I load a saved config file, it fills in the Study Root field with...

I was attempting to record EEG data from BrainVisionRecorder, calling ```LabRecorderCLI.exe type='EEG'```. The console printed ``` Found BrainVision RDA@DESKTOP-79JUEJU matching 'type='EEG'' Starting the recording, press Enter to quit Opened the...

There are two different approaches to a recorderlib: # Tristan's approach: - have separate, well-tested libraries for the absolutely necessary parts, namely handling streams (liblsl) and writing xdf files (libxdf,...

Since some messages such as "Offsets thread is finished.", "Received header for stream ", etc, are being outputted from multiple threads, they show up looking a mess inside a console...

enhancement
good first issue

After #2 it should be possible to compile the whole LabRecorder GUI for Android. Needed: build instructions and testers.

enhancement