Git Product home page Git Product logo

stream_viewer's Introduction

Introduction

StreamViewer is a Python package for real-time data visualization. It comprises data-source and visualization modules, as well as some useful widgets to connect and configure those modules. It is intended for integration into applications for real-time monitoring and visualization of streaming data, especially data from lab streaming layer (LSL) streams.

Additionally, StreamViewer comes with several pre-made applications, including a well-featured GUI for monitoring LSL streams and visualizing data. After installing the stream_viewer python package with pip install stream_viewer, this visualization application can be launched from console with lsl_viewer.

LSLViewer Main gif

Getting Started

Installation

To install the latest version from source: pip install git+https://github.com/intheon/StreamViewer.git

Requirements:

  • pandas
  • numpy
  • PyOpenGL
  • qtpy
  • PySide2
  • vispy
  • visbrain
  • pylsl
  • pyqtgraph

To install these with pip, run:

pip install -r requirements

Or, if using miniconda, create an environment with:

conda env install -f conda-requirements.yml

Running the provided applications

Applications in the applications module can be run with

python -m stream_viewer.applications.{application_name}

Additionally, several of the more useful applications have entry points and can be run directly from the console:

  • lsl_viewer
  • lsl_status
  • lsl_switching
  • lsl_viewer_custom

lsl_viewer and lsl_switching_viewer make use of an .ini file. The default ini file is expected at ~/.stream_viewer/{application_name}.ini, but the path can also be provided as a command-line argument.

lsl_viewer_custom also makes use of command-line arguments to specify stream predicates and renderer name.

Documentation

Start at the outline/overview.

Acknowledgments

StreamViewer is developed by Intheon and was funded in part by the Army Research Laboratory under Cooperative Agreement Number W911NF-10-2-0022 as part of the Lab Streaming Layer project.

stream_viewer's People

Contributors

cboulay avatar insane-dreamer avatar jzerfowski avatar stellarpower avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.