OpenViBE Documentation

Box Tutorials

You will find all the box tutorials scenarios in share/openvibe-scenarios/box-tutorials .

This folder contains simple scenarios, widely commented. Each one shows how to design with the provided boxes a basic processing pipeline. Here is a complete listing of these box-tutorials, ordered alphabetically:

  • channel-selector.xml: shows how to select a specific subset of channels in an EEG signal stream.
    Featured box: Channel Selector
  • crop.xml: shows how to crop an input signal in a defined amplitude range.
    Featured box: Crop
  • gdf-reader.xml: shows how to read recorded data in GDF format.
    Featured box: GDF file reader
  • network-acquisition.xml: shows how to acquire real-time EEG signal. Please note that this scenario can be used only with the Acquisition Server runnning in background.
    Featured box: Acquisition client
  • run-command.xml: shows how to execute system commands directly with OpenViBE.
    Featured box: Run Command
  • signal-display.xml: shows how to display signal in a visualization window.
    Featured box: Signal display
  • simple-dsp.xml: shows how to perform mathematical and logic computations on.
    Featured box: Simple DSP