Chadwick Boulay
Chadwick Boulay
FYI, in case you haven't seen it, you may be interested in this: https://github.com/labstreaminglayer/PicoNeo2Eye
If you can run a separate application using the HP Omnicept SDK without interfering with its usage in Unity then I'd do that. This more modular approach is more flexible,...
@DominiqueMakowski , not as far as I know. I think your best bet is to convert the XDF files to a BIDS format.
Just replying to let you know that I'm not a BIDS expert and I think you'll get a better answer in a BIDS forum. Do you use EEG-BIDS with sidecar...
> I'd put all the documentation in a separate repo and push the built documentation to readthedocs There was some agreement that having the documentation with the source code was...
> Which parts? All of it is way too much so there'd be at least two separate docs to maintain. Just the README.md and BUILD.md. >Ok, I try to imagine...
In mainwindow.cpp [`MainWindow::refreshStreams`](https://github.com/labstreaminglayer/App-LabRecorder/blob/master/src/mainwindow.cpp#L295) there are several lines where it does comparisons to see if a stream is already known. e.g.: `known |= s.name() == k.name && s.type() == k.type &&...
What platform - Win/Mac/Linux? What version of Matlab?
None of those links are working. What platform are you using, Windows, Mac, Linux? What Matlab version?
I didn't write the app and I don't have an appropriate setup to test it, but looking at the source code I can offer some tips. Debug and make sure...