Search found 71 matches

by gserrier
Fri Oct 02, 2015 3:23 pm
Forum: OpenViBE News
Topic: OpenViBE v 1.1.0 is available
Replies: 1
Views: 15880

Re: OpenViBE v 1.1.0 is available

Release Notes / ChangeLog version 1.1.0 Major features - Plugins: Implemented MLP (MultiLayer Perceptron) classification algorithm. - Plugins: Added a Regularized version of the CSP filter trainer. - Plugins: Added a new plugin category for evaluation. - Plugins: Added 3 new boxes to evaluation plug...
by gserrier
Fri Oct 02, 2015 3:21 pm
Forum: OpenViBE News
Topic: OpenViBE v 1.1.0 is available
Replies: 1
Views: 15880

OpenViBE v 1.1.0 is available

The OpenViBE development team is happy to announce the release of v1.1.0. You can find it here . Highlights OpenViBE 1.1.0 comes with new features and an improvement of the general quality of the code base. A significant effort has been made to improve the test coverage of the application. This vers...
by gserrier
Mon Sep 21, 2015 8:58 am
Forum: Acquisition server and drivers
Topic: Emotiv EPOC+ Compatibility newest SDK
Replies: 2
Views: 4442

Re: Emotiv EPOC+ Compatibility newest SDK

Hi Antoine, From my side, I was able to compile with the 2.0.0.20 of the sdk. So yes, it's possible. The procedure should work. If not, you will have to compile OpenViBE from the source, but the operation is simple. And if you need help, we will be there. Guillaume PS: in version 1.0, the epoc only ...
by gserrier
Tue Aug 25, 2015 4:42 pm
Forum: Boxes
Topic: P300 magic Configure P300 Speller Stimulator
Replies: 1
Views: 3521

Re: P300 magic Configure P300 Speller Stimulator

Hi,

Try to connect the p300 Magic Card Visualization box to the p300 speller stimulator and the Target Card Generator boxes.

Guillaume
by gserrier
Tue Aug 25, 2015 4:37 pm
Forum: Boxes
Topic: Signal Differential/Integral box
Replies: 1
Views: 3278

Re: Signal Differential/Integral box

Hi,

I would say yes according to both doc.

Guillaume
by gserrier
Tue Aug 25, 2015 4:35 pm
Forum: Designer
Topic: Odd-looking EEG data
Replies: 2
Views: 4158

Re: Odd-looking EEG data

Hi,

The values are effectively improbable. Do you find the problem?

Guillaume
by gserrier
Tue Aug 25, 2015 4:32 pm
Forum: Box and application development
Topic: OpenViBE log files
Replies: 8
Views: 16988

Re: OpenViBE log files

So basically you need to find the directory where the header are, and the path of the different libraries you want to include (.so or .dll). Depending on your system (linux or windows) you have different choices. If you are on linux and if you want to use link a package, you can use the directive FI...
by gserrier
Tue Aug 25, 2015 3:09 pm
Forum: Discussion about BCI and related topics
Topic: Following SSVEP tutorial
Replies: 1
Views: 9295

Re: Following SSVEP tutorial

Hi,

Do you have some log in the designer?

Guillaume
by gserrier
Tue Aug 25, 2015 2:19 pm
Forum: Discussion about OpenViBE
Topic: xDawn technique on offline data
Replies: 0
Views: 3674

Re: xDawn technique on offline data

Hi, If you want some documentation about the xDawn trainer box in OpenViBE you can refer to the documentation here http://openvibe.inria.fr/documentation/unstable/Doc_BoxAlgorithm_XDAWNSpatialFilterTrainer.html . You can also take a look at the scenario p300-xdawn-2-train-xDAWN.xml which use the box...
by gserrier
Fri Jul 24, 2015 8:21 am
Forum: Designer
Topic: Subtracting one signal from another
Replies: 10
Views: 11814

Re: Subtracting one signal from another

Sorry, but I don't get the issue here

Guillaume
by gserrier
Fri Jul 24, 2015 8:05 am
Forum: Box and application development
Topic: OpenViBE log files
Replies: 8
Views: 16988

Re: OpenViBE log files

About the compilation, try to check in the folder cmake-modules with a file FindThirdParty*.cmake to see how to add a dependencies. Then modify the cmake of the plugin where your box is, to add the INCLUDE corresponding.


Which line did you modify in openvibe.conf?

Guillaume
by gserrier
Thu Jul 23, 2015 3:52 pm
Forum: Box and application development
Topic: OpenViBE log files
Replies: 8
Views: 16988

Re: OpenViBE log files

Hi,

The level of log that will blow your console is Debug :wink: .

Guillaume
by gserrier
Thu Jul 23, 2015 3:41 pm
Forum: Designer
Topic: Subtracting one signal from another
Replies: 10
Views: 11814

Re: Subtracting one signal from another

May have found the issue.

In fact X is a symbol for the first iput, but A is also a symbol for it. You better used A-B or X-B.

Guillaume
by gserrier
Thu Jul 23, 2015 2:22 pm
Forum: Discussion about OpenViBE
Topic: Installing Openvibe on a 64-bit computer (0xc000007b error)
Replies: 7
Views: 8568

Re: Installing Openvibe on a 64-bit computer (0xc000007b err

Hi,

Have you tried to launch the .cmd instead of the .exe?

Guillaume
by gserrier
Thu Jul 23, 2015 2:04 pm
Forum: Designer
Topic: Subtracting one signal from another
Replies: 10
Views: 11814

Re: Subtracting one signal from another

Can you join the xml of the scenario.

Guillaume