Search found 124 matches

by toncho11
Thu Jun 06, 2013 11:50 am
Forum: Discussion about OpenViBE
Topic: Neurosky Mindwave Mobile not showing up on list
Replies: 7
Views: 16947

Re: Neurosky Mindwave Mobile not showing up on list

Hi, Usually you need some libraries that come with the manufacturer to be installed on your computer. If OpenVibe build system does not detect these then it simply skips this driver - the build does not stop. I just checked. You need the ThinkGear API available in one the folders below: "C:/Program ...
by toncho11
Wed Jun 05, 2013 4:33 pm
Forum: Discussion about OpenViBE
Topic: [STICKY] Gipsa-lab OpenVibe extensions
Replies: 16
Views: 72668

Re: [STICKY] Gipsa-lab OpenVibe extensions

Hello, I am managing the installer of Gipsa-extensions. We supply Python 2.7.3 32bits because this is the version recommended and tested by the OpenVibe team. I suggest that you try to manage both versions simultaneously. Try to change the variable "path". You can see it in cmd if you type: echo %pa...
by toncho11
Wed May 29, 2013 3:25 pm
Forum: Discussion about BCI and related topics
Topic: Emotiv EEG compatibility
Replies: 2
Views: 5970

Re: Emotiv EEG compatibility

Hi,

We have a BCI game called Brain Invaders: http://code.google.com/p/openvibe-gipsa ... nInvaders
You might want to see how the communication is done between OpenVibe and our Brain Invaders.
by toncho11
Fri May 24, 2013 1:00 pm
Forum: Discussion about OpenViBE
Topic: OPEN VIBE ACQU SERVER ERROR
Replies: 1
Views: 4151

Re: OPEN VIBE ACQU SERVER ERROR

Hi, OpenVibe needs to find the dll provided by Emotiv Research SDK. Open Properties or Driver in the AS and find the textbox "Path to SDK" and then enter where you have installed the SDK. Usually it is in one of these folders (ending with a version 1.0.0.3 , 1.0.0.5, etc.) "C:/Program Files/Emotiv D...
by toncho11
Wed Mar 06, 2013 2:43 pm
Forum: Discussion about OpenViBE
Topic: [STICKY] Gipsa-lab OpenVibe extensions
Replies: 16
Views: 72668

Re: [STICKY] Gipsa-lab OpenVibe extensions

Hello Fabien, I have checked the ground and reference code for the new driver and it looks the same as for the old one. It should work when only one device is used. In the multiple device setup the same configuration is applied to all the amplifiers and probably this is the problem. For your externa...
by toncho11
Wed Mar 06, 2013 9:03 am
Forum: Discussion about OpenViBE
Topic: Experimental Bayes Point Machine (BPM) classifier
Replies: 0
Views: 4628

Experimental Bayes Point Machine (BPM) classifier

What is it: Here are some links about BPM: http://research.microsoft.com/apps/pubs/default.aspx?id=65611 http://research.microsoft.com/en-us/um/cambridge/projects/infernet/docs/Multi-class%20classification.aspx Implementation details: It uses Microsoft Infer.net for Bayesian inference. Microsoft .N...
by toncho11
Mon Mar 04, 2013 2:09 pm
Forum: Discussion about OpenViBE
Topic: [STICKY] Gipsa-lab OpenVibe extensions
Replies: 16
Views: 72668

Re: Gipsa-lab OpenVibe extensions

Hello Fabien, Thanks for your appreciation of our work. So for the syncing of the amplifiers, please note that the driver sets the master and slaves by itself. This is because there is no UI for these settings currently. You need to plug the devices, start the driver and see which serial numbers are...
by toncho11
Tue Feb 12, 2013 7:35 am
Forum: Acquisition server and drivers
Topic: Using Emotiv Lite SDK with OpenViBE
Replies: 5
Views: 6969

Re: Using Emotiv Lite SDK with OpenViBE

Yes, you need the one (>500), because you need a research license which gives you the RAW signal.

The Lite edition won't work.
by toncho11
Tue Jan 29, 2013 10:58 pm
Forum: Driver development
Topic: Driver gMobilabPlus under Windows
Replies: 23
Views: 45320

Re: Driver gMobilabPlus under Windows

Hi Benry,

Please post your code for the g.mobilab plus here. This way people can download, compile and use it.

Thanks,

Anton
Gipsa-lab
by toncho11
Tue Jan 29, 2013 10:20 pm
Forum: Discussion about OpenViBE
Topic: Tobi Signal server and g.usbamp and g.mobilab
Replies: 2
Views: 13215

Re: Tobi Signal server and g.usbamp and g.mobilab

I have previously erroneously concluded that g.usbamp is supported on Linux by the Tobi Signal server.

It is not.
by toncho11
Sat Jan 26, 2013 8:27 am
Forum: Discussion about OpenViBE
Topic: Tobi Signal server and g.usbamp and g.mobilab
Replies: 2
Views: 13215

Tobi Signal server and g.usbamp and g.mobilab

Hello, I have created an experimental TobiA driver for OpenVibe, which is currently usable. I have a version that works with version 2.0 of the Tobi Signal server (TOD), new protocol option enabled. TOBI Interface A (TiA): TiA describes a standardized interface to transmit raw biosignals and data fr...
by toncho11
Sun Jan 13, 2013 12:27 pm
Forum: Driver development
Topic: Emotiv EPOC driver status
Replies: 109
Views: 2328778

Re: Emotiv EPOC driver status

Hi I have generated projects for VS 2010 with cmake - the bat file that comes with OpenVibe. Then I made them really compile with program: http://openvibe.inria.fr/community/adjustopenvibe/ . Then I installed 2012 and converted them to VS 2012 and it worked. Beware VS 2012 beta ruined my VS 2010 and...
by toncho11
Sun Jan 13, 2013 12:20 pm
Forum: Discussion about OpenViBE
Topic: [STICKY] Gipsa-lab OpenVibe extensions
Replies: 16
Views: 72668

Re: Gipsa-lab OpenVibe extensions

New version of our P300 game Brain Invaders has been released version 1.5 along with everything else we develop for OpenVibe.

Enjoy :)
by toncho11
Sun Jan 13, 2013 12:19 pm
Forum: Discussion about OpenViBE
Topic: Using Matlab with OpenViBE
Replies: 5
Views: 7688

Re: Using Matlab with OpenViBE

Hi,

Also when setting the folders in the Matlab script box in the designer it is important to:

1) use "/" instead of "\"
2) use DOS names for "Program files" and similar long paths:

C:\Program Files = C:\Progra~1
C:\Program Files(x86) = C:\Progra~2

-Anton
by toncho11
Sun Jan 13, 2013 12:10 pm
Forum: Discussion about OpenViBE
Topic: Compiling OpenViBE in 64 bits
Replies: 2
Views: 4102

Re: Compiling OpenViBE in 64 bits

Hi,

You need to gather all 64 bit versions of the libraries used by OpenVibe by yourself and then try. Not an easy task, I tied once.

-Anton