labstreaminglayer / App-XDFStreamer

Qt C++ application for streaming signals stored in Extensible Data Format (XDF)

Home Page:https://github.com/labstreaminglayer/XDFStreamer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XDF Streamer

XDF Streamer is a Qt C++ application that streams signals from XDF files to lab streaming layer.

XDF Streamer

Download

You can find prebuilt distributions of XdfStreamer on the releases page.

Requirements

Build Instructions

If the dependencies are not installed to standard system folders then you will need to tell CMake where to find them. Add one or more of the following CMake arguments as needed:

  • -DQt5_DIR=/volume/Qt/{platform}/lib/cmake/Qt5
  • -DLSL_INSTALL_ROOT=path/to/liblsl/unpack/
  • -DXDF_INSTALL_ROOT=path/to/xdf/unpack/

If you are debugging or not intending to install to the system, then you need to change the install dir:

  • -DCMAKE_INSTALL_PREFIX=${PWD}/build/install

About

Qt C++ application for streaming signals stored in Extensible Data Format (XDF)

https://github.com/labstreaminglayer/XDFStreamer

License:GNU General Public License v3.0


Languages

Language:C++ 82.5%Language:CMake 8.8%Language:QMake 8.7%