Search found 645 matches

by yrenard
Mon Sep 14, 2009 12:12 pm
Forum: Discussion about OpenViBE
Topic: source code for openvibe
Replies: 1
Views: 3787

Re: source code for openvibe

Hello and welcome on this board. You can download the source code from the download page on the website. You will also get information on how to get the latest copy of the sources from the INRIA gForge. Good luck for reading the 150,000+ lines of code ;) Feel free to read the documentation pages . I...
by yrenard
Thu Sep 10, 2009 9:57 am
Forum: Box and application development
Topic: Driver for ModularEEG / OpenEEG
Replies: 30
Views: 35301

Re: Driver for ModularEEG / OpenEEG

Hello mswynghedauw and welcome on this board,

the modular EEG driver is not yet included in the official release of OpenViBE. There are a couple of details to tweak before definitve inclusion... But you can find the driver and include it in the acquisition server yourself based on this post

Yann
by yrenard
Wed Sep 09, 2009 9:58 am
Forum: Help for building the software
Topic: How to rebuild only OpenViBEAcquisitionServer
Replies: 3
Views: 4573

Re: How to rebuild only OpenViBEAcquisitionServer

Ok, one second was not true :)

Code: Select all

[11:55:44|yrenard@cervelet] [svn-repository:~/openvibe] /scripts/ # time ./linux-build

blah blah

real    0m5.677s
user    0m3.192s
sys     0m1.620s
so it is less than 6 seconds.

Yann
by yrenard
Wed Sep 09, 2009 9:54 am
Forum: Help for building the software
Topic: How to rebuild only OpenViBEAcquisitionServer
Replies: 3
Views: 4573

Re: How to rebuild only OpenViBEAcquisitionServer

No, because if it does not check, it can't build modified things anymore. If you run Windows and have an antivirus running, you can disable on-access scan. That would speed up things. On my Linux box, it takes less than a second. I'm sorry to tell you that after that, if you need faster access, you'...
by yrenard
Mon Sep 07, 2009 1:22 pm
Forum: Discussion about OpenViBE
Topic: Developing acquisition interface
Replies: 8
Views: 13151

Re: Developing acquisition interface

Hello ringo-ring and welcome on this board,

Your question has nothing related to the original topic, so I moved it in another thread. Please, continue the discussion there.

Yann
by yrenard
Mon Sep 07, 2009 1:21 pm
Forum: Help for building the software
Topic: How to rebuild only OpenViBEAcquisitionServer
Replies: 3
Views: 4573

How to rebuild only OpenViBEAcquisitionServer

ringo-ring asked in this thread an off-topic question I'll answer here : How to rebuild only OpenViBEAcquisitionServer? Running whole win32-build.cmd takes a lot of time... The build win32-build.cmd script looks for modified files and compiles / links only those files / projects. If you only want to...
by yrenard
Fri Sep 04, 2009 2:14 pm
Forum: Designer
Topic: Box algorithms are not accesible in the main window
Replies: 7
Views: 7159

Re: Box algorithms are not accesible in the main window

Someone reported a similar problem on Linux today.

Screen color depth should be 24 or 32 bits. I will check if that can be solved for lower color depths.

Yann
by yrenard
Fri Sep 04, 2009 2:13 pm
Forum: Designer
Topic: Can't read GDF (sampling rate)
Replies: 3
Views: 4689

Re: Can't read GDF (sampling rate)

Hello duvi and welcome on this board. You will find a sample GDF file in the included sample scenarios (see in share/openvibe-scenarios/signals ). I have memories that the "GDF file reader" developer told me some things about that different sampling frequencies problem in GDF files. I don't remember...
by yrenard
Mon Aug 31, 2009 9:10 am
Forum: Designer
Topic: Box algorithms are not accesible in the main window
Replies: 7
Views: 7159

Re: Box algorithms are not accesible in the main window

Lin,

great that you achieved installing OpenViBE on other computers. I will include Visual Studio 2008 redistributable package in the next release for sure.

For the IRC stuff, I am connected on the channel daily so you can come and contact me there whenever you want.

Yann
by yrenard
Fri Aug 28, 2009 9:44 am
Forum: Designer
Topic: Box algorithms are not accesible in the main window
Replies: 7
Views: 7159

Re: Box algorithms are not accesible in the main window

Lin, I can't see anything abnormal in the log files you sent. Your problem is very strange and I'm afraid that the forum won't be the most appropriate way of communication to solve it. Would you join on the IRC channel #openvibe on irc.freenode.net so we can discuss & test this live ? You can PM or ...
by yrenard
Thu Aug 27, 2009 4:06 pm
Forum: Designer
Topic: Using topographic map
Replies: 3
Views: 4546

Re: Using topographic map

hmm.. Okay then, so my 2 channel ModEEG isn't enough to display topographic map. sure it's not. How about color differentiation in signal display's multi-view? Sorry I forgot to answer this one :p we do not have such functionality for now and I experienced this need recently too... I guess it won't...
by yrenard
Thu Aug 27, 2009 3:54 pm
Forum: Designer
Topic: Box algorithms are not accesible in the main window
Replies: 7
Views: 7159

Re: Box algorithms are not accesible in the main window

Hello Lin and welcome on this board, the problem you are reporting sounds very strange (this is a first time :) ). Are you using 64 bits architecture ? Have you tried reinstalling OpenViBE ? Did you need to install Visual Studio 2008 redistributable package ? Are you sure you have XP SP2 (sorry for ...
by yrenard
Tue Aug 25, 2009 9:58 am
Forum: Designer
Topic: Using topographic map
Replies: 3
Views: 4546

Re: Using topographic map

ariandy, the channel localisation tells the 2d topographic map visualisation where the electrodes are actually located on the scalp. In order to do this, the channel names from the channel localisation must be the same as the names of your signal channels. For an example, check the share/electrode_s...
by yrenard
Wed Aug 19, 2009 8:55 am
Forum: Designer
Topic: Alternate control schemes?
Replies: 2
Views: 3033

Re: Alternate control schemes?

Kajenx, the reason we use left / right hand and foot movements is because signals related to this brain activity have been studied a lot. Theese signals are known to react in some specific frequency bands and in specific spatial places on the scalp (in the left and right motor cortex). Because of th...
by yrenard
Tue Aug 18, 2009 7:39 am
Forum: Help for building the software
Topic: Build success but linux-test failed (ubuntu 8.10)
Replies: 3
Views: 4605

Re: Build success but linux-test failed (ubuntu 8.10)

ariandy, thank you for your interest in OpenViBE and welcome on this board. As you stated in your last message, no you can't move compiled binaries on Linux from a distribution to another. Most of the time, it won't work, except if you statically linked everything. The best thing you could do to sav...