Search found 239 matches

by jlegeny
Tue Feb 19, 2013 1:17 pm
Forum: Boxes
Topic: Signal concatenation
Replies: 2
Views: 3498

Re: Signal concatenation

Hello catha, the Time out setting actually triggers the end of file after all of the data have been received not after. Its name can be read as "wait for N seconds before giving up and considering the file finished". This is done because EEG data is not necessarily continuous and you do not know if ...
by jlegeny
Tue Feb 19, 2013 1:03 pm
Forum: Designer
Topic: How to trigger sound based on different EEG frequency band??
Replies: 6
Views: 12614

Re: How to trigger sound based on different EEG frequency ba

Hello Aizat89, the processing chain looks ok by design, however maybe it would be better to use a spatial filter instead of a simple channel selector (for example using a laplacian). The other questions is what exactly are you trying to detect. Maybe you could use your scenario with filtering in alp...
by jlegeny
Tue Feb 19, 2013 12:52 pm
Forum: Driver development
Topic: format transformation
Replies: 1
Views: 9718

Re: format transformation

Hello shelldream,

where do these ns3 files come from? You could probably use EEGLAB to convert these files to gdf and then use them in openvibe, but I can not find the list of supported file formats on their web page.

Regards
Jozef
by jlegeny
Tue Feb 19, 2013 12:45 pm
Forum: Driver development
Topic: per target compiler and linker flags
Replies: 6
Views: 15277

Re: per target compiler and linker flags

hello smeeze,

the CMake folders will be created all over the source folder if the CMake is, for some reason, launched from the source folder.
The command

Code: Select all

find . -name CMakeFiles | grep -v local-tmp | xargs rm -fr
can help a lot.

Cheers
Jozef
by jlegeny
Tue Feb 19, 2013 12:39 pm
Forum: Help for building the software
Topic: Building OpenViBE with gcc 4.7.2
Replies: 8
Views: 11083

Re: Building OpenViBE with gcc 4.7.2

Hello xcom, the current Linux dependency installer does not compile boost, it gets it from the distribution packages. Did you do a fresh checkout? In the case you want to keep your build please delete the software folder in scripts folder and all generated (non-versioned) files in the scripts folder...
by jlegeny
Tue Feb 19, 2013 9:52 am
Forum: Designer
Topic: Classification and Online Comparision
Replies: 10
Views: 23519

Re: Classification and Online Comparision

Hello uahmed I will detail the process of using the motor imagery scenario and will address your problem at the end of this post. The CSP is only a spatial filter which finds the best linear combination of electrodes to maximize the differences between target and non target stimulations for a given ...
by jlegeny
Wed Feb 13, 2013 4:08 pm
Forum: Feature Requests
Topic: Mindwave
Replies: 23
Views: 63490

Re: Mindwave

Hello Bruno,

we are currently in the process of obtaining a MindWave Mobile so we can address the issues. As we, unfortunately, do not have the device yet we can not look into this problem. A solution should be available in future months.

Thank you
Jozef
by jlegeny
Mon Feb 11, 2013 12:27 pm
Forum: Discussion about OpenViBE
Topic: openvibe-designe doesn’t start, help please!
Replies: 5
Views: 9286

Re: openvibe-designe doesn’t start, help please!

Hello gigi, glad to hear that you have solved your problem. The error you mentioned usually happens when you have had python installed and then remove the Python27 folder without going through the uninstall procedure. Is this the case for your installation? It would help us to have more information ...
by jlegeny
Mon Feb 04, 2013 4:14 pm
Forum: Help for building the software
Topic: missing driver gmobilab
Replies: 3
Views: 5749

Re: missing driver gmobilab

Hello,

is it possible that you have installed a 32bit driver on your 64bit Linux? Other issue could be an incompatibility of the driver versions.

Regards
Jozef
by jlegeny
Mon Feb 04, 2013 4:12 pm
Forum: Help for building the software
Topic: Using the VRPN Server
Replies: 8
Views: 10518

Re: Using the VRPN Server

Hello uahmed, the vrpn generic library is only for sending data to openvibe. If you only want to get data from openvibe then this library is not necessary. You said that you got no output from C++, what are exactly the steps you did? Do you use Linux or Windows, did you link your program to the vrpn...
by jlegeny
Fri Feb 01, 2013 5:11 pm
Forum: OpenViBE News
Topic: New release of OpenViBE 0.15.0 available
Replies: 1
Views: 14370

Re: New release of OpenViBE 0.15.0 available

Created tag 0.15.0 r3327-3394 consisting of following changes openvibe-applications/acquisition-server * ovasCDriverEmotivEPOC.cpp : fixed the "double connect" bug happening on Windows Installer version (you had to connect twice to get the connection working). * ovasCDriverEmotivEPOC.cpp : improved ...
by jlegeny
Fri Feb 01, 2013 5:10 pm
Forum: OpenViBE News
Topic: New release of OpenViBE 0.15.0 available
Replies: 1
Views: 14370

New release of OpenViBE 0.15.0 available

The OpenViBE Team is proud to announce a new release of our software. The new version is 0.15.0 and can be downloaded on the Downloads page: http://openvibe.inria.fr/downloads/ Contributors Many thanks to our contributors for their continuos support. - Mensia Technologies (BrainMaster Atlantis and D...
by jlegeny
Mon Jan 28, 2013 12:17 pm
Forum: Help for building the software
Topic: missing driver gmobilab
Replies: 3
Views: 5749

Re: missing driver gmobilab

Hello arakotom,

in order to compile the g.Mobilab driver you will need to have the g.Tec C API installed on the computer as well. In the case the API is installed, could you provide the log from the compilation of the acquisition server?

Cheers
Jozef
by jlegeny
Thu Jan 17, 2013 1:03 pm
Forum: Acquisition server and drivers
Topic: Olimex EEG-SMT
Replies: 3
Views: 6162

Re: Olimex EEG-SMT

Thank you for the test Manny,

indeed we do not have devices based on the OpenEEG in our lab so we can not vouch for any compatibility. I will add a mention to the compatible devices page for future reference.

Thank you
Jozef
by jlegeny
Wed Jan 09, 2013 4:16 pm
Forum: Help for building the software
Topic: Compiling vrpn with gcc
Replies: 2
Views: 5066

Re: Compiling vrpn with gcc

Hello karthiks,

what OS are you using? .lib libraries are Windows specific and cannot be used on Linux for example.

In order to help you we will need more details about your setup.

Cheers
Jozef