Author Archives: Jozef

SSVEP: Using the Mind Shooter scenarios

NB: Document updated for OpenViBE 1.3.0 (Dec 2016) The Mind Shooter demo[1] in OpenViBE illustrates how to do a shooting game based on the SSVEP paradigm. A more elementary version of an SSVEP game is also available. In the Mind … Continue reading

Posted in Example scenarios | Tagged | Comments Off on SSVEP: Using the Mind Shooter scenarios

New bugfix release 0.16.2

By mistake the 0.16.1 version was missing the BrainProducts BrainamSeries driver. It has now been added to the release. You can download the new source and installer at the Downloads page as usual.

Posted in Release | Tagged , , | Comments Off on New bugfix release 0.16.2

Using the basic P300 example scenarios of OpenViBE

NB: Document ONLY concerns OpenViBE 1.1.0 and earlier In OpenViBE 1.1.0 and earlier, the P300 scenarios bundled with OpenViBE in bci-examples/p300-speller* suffer from a glitch that makes them non-precise in some conditions. In order to make them work well you … Continue reading

Posted in Deprecated and old documents | Tagged , | Comments Off on Using the basic P300 example scenarios of OpenViBE

Build fails with “nmake failed to compile a simple program”

This issue is due to the installation of .Net framework 4.5 which breaks CMake somehow. The easiest solution is to install SP1 for Visual C++ 2010

Posted in Troubleshooting | Comments Off on Build fails with “nmake failed to compile a simple program”

Bugfix release 0.16.1 is available for download

A bug was fixed inside the ARBurgMethod algorithm. If you plan to use this feature please update to this new version. Do not forget to read the release notes for the 0.16.0 version as well.

Posted in Release | Tagged , | Comments Off on Bugfix release 0.16.1 is available for download

OpenViBE 0.16.0 available for immediate download

The OpenViBE Team is proud to announce a new release of our software. The new version is 0.16.0 and can be downloaded on the Downloads page. Contributors Many thanks to our contributors for their continuos support. Anton Andreev / Gipsa-lab … Continue reading

Posted in Release | Tagged , | Comments Off on OpenViBE 0.16.0 available for immediate download

Migrating your application from 0.15.0 to 0.16.0

Applications are supposed to be relatively self-contained. However some special cases occur that are necessary to handle in this migration. Additionally please look at the guide on Migrating your code from 0.15.0 to 0.16.0 and Migrating your plugin from 0.15.0 … Continue reading

Posted in Version migration instructions | Tagged , , , , | Comments Off on Migrating your application from 0.15.0 to 0.16.0

Migrating a plugin from version 0.15.0 to 0.16.0

This tutorial illustrates the migration of a processing plugin (box or algorithm) from the 0.15 codebase to the 0.16. For a larger overview of changes in 0.16.0 please look at our Migration guide. Through the tutorial an OLD prefix indicates … Continue reading

Posted in Version migration instructions | Tagged , , , | Comments Off on Migrating a plugin from version 0.15.0 to 0.16.0

Migrating a driver from 0.15.0 to 0.16.0

This tutorial illustrates the migration of a server driver from the 0.15 codebase to the 0.16. For a larger overview of changes in 0.16.0 please look at our Migration guide. Through the tutorial an OLD prefix indicates the 0.15.0 file … Continue reading

Posted in Version migration instructions | Tagged , , | Comments Off on Migrating a driver from 0.15.0 to 0.16.0

Migrating your code from 0.15.0 to 0.16.0

The last release has introduced several changes to the build system and the folder structure. This tutorial will walk you through of migrating your existing code to the new version depending of the type of extension you were working on. … Continue reading

Posted in Version migration instructions | Tagged , , , | Comments Off on Migrating your code from 0.15.0 to 0.16.0