labstreaminglayer / App-LabRecorder

An application for streaming one or more LSL streams to disk in XDF file format.
MIT License
123 stars 45 forks source link

RCS define specific stream id for recording #83

Open Blizary opened 2 years ago

Blizary commented 2 years ago

Hi there,

I was wondering if there was a way to specify the exact stream I want to record using the RCS mode without having to select all streams?

cboulay commented 2 years ago

Unfortunately there is no way to do that currently with the remote control socket. It's a bare-bones feature. A pull request to add that feature would be welcome.

In the meantime, you can use the config file to define required streams. RequiredStreams will be selected automatically. You can even start recording without them and they will be added to the recording when they come online. https://github.com/labstreaminglayer/App-LabRecorder/blob/master/LabRecorder.cfg#L42-L48