Search found 71 matches

by gserrier
Thu May 21, 2015 2:33 pm
Forum: Scenarios and BCI design
Topic: Motor Imagery BCI - error in example scenario?
Replies: 3
Views: 4104

Re: Motor Imagery BCI - error in example scenario?

Hi, I have one question. Did you use the fastforward option during the step 2/3? About the first point, when the scenario is load the settings of the box are restored. This example of bci is provided with an example signal for the people who do not have an headset to make a test. So the stored value...
by gserrier
Thu May 21, 2015 2:28 pm
Forum: Scenarios and BCI design
Topic: Newbie in OpenVibe
Replies: 2
Views: 3105

Re: Newbie in OpenVibe

Hi,

Check box tutorials in the folder share/openvibe/scenarios/box-tutorials and you will find all examples you need to answer to all your point.
Some of them are listed in this page http://openvibe.inria.fr/box-tutorials/ (the page is not up to date, some tutorials has been add).

Guillaume
by gserrier
Tue May 05, 2015 12:59 pm
Forum: Designer
Topic: Box Error
Replies: 9
Views: 9377

Re: Box Error

Hi Mathilde,

I will need more informations in order to help you. Can you upload the scenario which give you that error?

Guillaume
by gserrier
Tue Apr 28, 2015 1:17 pm
Forum: Box and application development
Topic: Skeleton-Generator doesn't want generate
Replies: 3
Views: 10929

Re: Skeleton-Generator doesn't want generate

Hi Siméon,

The folder should be in the openvibe directory which is create when you get the source code of OpenViBE.

About the generation, i will need the logs that are in the console that is launch when the generator start. Could you please copy/paste them.

Guillaume
by gserrier
Mon Apr 20, 2015 9:36 am
Forum: Scenarios and BCI design
Topic: [Help] P300 Speller
Replies: 8
Views: 8009

Re: [Help] P300 Speller

You are right with the first point, but not with the second.
You don't need the stimulator in the second as you already have the sequence of stimulations stored in the CSV file. SO it's just
CSV reader (with output configured) -> p300 visualization

Guillaume
by gserrier
Thu Apr 16, 2015 9:16 am
Forum: Scenarios and BCI design
Topic: [Help] P300 Speller
Replies: 8
Views: 8009

Re: [Help] P300 Speller

Hi,

You need to adapt the type of the input of the CSV writer. Double-click on the input and modify the type to Stimulation, and then connect.

Guillaume
by gserrier
Wed Apr 15, 2015 9:04 am
Forum: Scenarios and BCI design
Topic: [Help] P300 Speller
Replies: 8
Views: 8009

Re: [Help] P300 Speller

Hi,

One simple way to avoid the randomness and have a fix sequence is to generate one sequence and to record it in a file (CSV or .ov) and to read this file instead of using the speller stimulator.

Guillaume
by gserrier
Tue Apr 14, 2015 4:17 pm
Forum: Acquisition server and drivers
Topic: [Solved] Acquisition server with Emotiv headset on Linux
Replies: 40
Views: 43009

Re: Acquisition server with Emotiv headset on Linux

Nice.
I'll put everything clear later for next release.

Guillaume
by gserrier
Tue Apr 14, 2015 3:37 pm
Forum: Acquisition server and drivers
Topic: [Solved] Acquisition server with Emotiv headset on Linux
Replies: 40
Views: 43009

Re: Acquisition server with Emotiv headset on Linux

Looks like you applied the modifications in the wrong directory. You need to apply them in /home/simeon/Logiciels/openvibe-1.0.0/
by gserrier
Tue Apr 14, 2015 3:10 pm
Forum: Acquisition server and drivers
Topic: [Solved] Acquisition server with Emotiv headset on Linux
Replies: 40
Views: 43009

Re: Acquisition server with Emotiv headset on Linux

Looks like we just fall back to error we've got friday. With all windows related issues. I took a second look to the first solution (the one from friday) we were try to set up. I think the problem comes from a mistake I made in the cmake file. So lets try with this solution and set it up to the end,...
by gserrier
Tue Apr 14, 2015 1:59 pm
Forum: Acquisition server and drivers
Topic: [Solved] Acquisition server with Emotiv headset on Linux
Replies: 40
Views: 43009

Re: Acquisition server with Emotiv headset on Linux

In file FindThirdPartyEmotivAPI.cmake

replace

Code: Select all

TARGET_LINK_LIBRARIES(${PROJECT_NAME}-dynamic ${LIB_EmotivAPI} )
by

Code: Select all

TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${LIB_EmotivAPI} )
by gserrier
Tue Apr 14, 2015 10:27 am
Forum: Acquisition server and drivers
Topic: Acq server of 1.0.0 doesn't run with Cognionics driver
Replies: 19
Views: 20301

Re: Acq server of 1.0.0 doesn't run with Cognionics driver

Do you have any error logs in the designer?

Guillaume
by gserrier
Tue Apr 14, 2015 10:23 am
Forum: Acquisition server and drivers
Topic: [Solved] Acquisition server with Emotiv headset on Linux
Replies: 40
Views: 43009

Re: Acquisition server with Emotiv headset on Linux

In patchEmotiv.sh

Replace

Code: Select all

OPENVIBE_EMOTIV_PATH="${OPENVIBE_LOCATION}/${OPENVIBE_DIR}/openvibe-applications/acquisition-server/trunc/src/emotiv-epoc"
By

Code: Select all

OPENVIBE_EMOTIV_PATH="${OPENVIBE_LOCATION}/${OPENVIBE_DIR}/applications/platform/acquisition-server/src/drivers/emotiv-epoc"
Guillaume
by gserrier
Tue Apr 14, 2015 10:18 am
Forum: Discussion about OpenViBE
Topic: classification coefficient
Replies: 5
Views: 5541

Re: classification coefficient

Hi,

-1/2 * (Mean0 + Mean1).transpose() * CovarianceMatrix.inverse() * (Mean0 - Mean1)

Guillaume
by gserrier
Tue Apr 14, 2015 9:44 am
Forum: Acquisition server and drivers
Topic: [Solved] Acquisition server with Emotiv headset on Linux
Replies: 40
Views: 43009

Re: Acquisition server with Emotiv headset on Linux

Okay,
Definitely not the right version :).

Use that command to checkout openvibe.
git clone https://gforge.inria.fr/git/openvibe/openvibe.git

in your home directory

Guillaume