Search found 11 matches

by alex369
Wed Dec 24, 2014 2:03 pm
Forum: Box and application development
Topic: Develop center out tasks using openVibe
Replies: 0
Views: 5064

Develop center out tasks using openVibe

Hi I am new to openvibe project. I am trying to implement a center-out paradigm by using openvibe. The target is to display an circle most probably fits to the screen resolution. And the subject can move a cursor from the center of the circle to reach pre-defined target on the boundary of the circle...
by alex369
Fri May 25, 2012 2:34 pm
Forum: Discussion about OpenViBE
Topic: Question abut Vrpn Client
Replies: 5
Views: 5641

Re: Question abut Vrpn Client

You can combine several stimulation inputs by using Stimulation Multiplexer box. In the same way as with the VRPN Button, you can add as many entries as you wish. They will be merged into one stream. Cheers -J Hi,, sorry to bother again... Can u tell me where the Stimulation Multiplexer box is? I c...
by alex369
Wed May 23, 2012 2:15 pm
Forum: Discussion about OpenViBE
Topic: Question abut Vrpn Client
Replies: 5
Views: 5641

Re: Question abut Vrpn Client

Hello, the VRPN Button Client can actually have multiple buttons. In order to add a new button you have to right click the box, choose modify outputs from the menu and then click on new . Cheers Thank you very much... I found out that i can add button, but the GDF file writer only can take one stim...
by alex369
Wed May 23, 2012 4:41 am
Forum: Discussion about OpenViBE
Topic: Question abut Vrpn Client
Replies: 5
Views: 5641

Question abut Vrpn Client

Dear all.. Now i am trying to use Openvibe to store EEG signal from an experiment. The experiment is conducted by another software, so i want to synchronize the timing with OpenVibe. What i want to do is to use a Vrpn server in the experiment software to send stimulation as Button's state such that ...
by alex369
Wed May 23, 2012 4:34 am
Forum: Driver development
Topic: Driver for gtec device
Replies: 4
Views: 11195

Re: Driver for gtec device

jlegeny wrote:Hello,

If you are not modifying the Acquisition Server itself then you can just use the one from the installed version and use your own designer.

regards
Jozef
Thank you very much..
Now, i figured out how to do it.
by alex369
Tue May 22, 2012 11:52 am
Forum: Driver development
Topic: Driver for gtec device
Replies: 4
Views: 11195

Re: Driver for gtec device

Hello, in order to have the gTec driver available in the compiled version you have to have the gTec USBamp API installed (the version has to correspond to your system 32/64 bit). You will also need the 32 bit version of the driver installed. Cheers Jozef Thanks for your replay. The API is quit expe...
by alex369
Fri May 18, 2012 4:36 pm
Forum: Help for building the software
Topic: Win7 + VS2010 + CMake,, compiler error
Replies: 3
Views: 5599

Re: Win7 + VS2010 + CMake,, compiler error

And i also dig a little deeper. I compared the new file which provided by jlegeny and the old file which responsible for my failed compiling. Here is the difference between two files. In the left panel is the new file, in the right panel is the old file. The difference is highlight in a red box. I d...
by alex369
Fri May 18, 2012 4:13 pm
Forum: Driver development
Topic: Driver for gtec device
Replies: 4
Views: 11195

Driver for gtec device

Hi,,,guys seems i got a lot of questions.... :( I downloaded a installer file for testing my gtec Usbamp device. In the installation version, i can find the gtec support in the server list, whereas this device's driver can not be found in my complied version. Can someone explaine me how to get gtec ...
by alex369
Fri May 18, 2012 4:10 pm
Forum: Help for building the software
Topic: Win7 + VS2010 + CMake,, compiler error
Replies: 3
Views: 5599

Re: Win7 + VS2010 + CMake,, compiler error

This problem has been fixed. E:\ncl_EEG\OpenVibe\openvibe-0.13.1-svn3210-src\openvibe-applications\acquisitio n-server\trunc\src\tmsi-refa32b\ovasCDriverTMSiRefa32B.cpp(520) : warning C4244: 'initializing' : conversion from 'const OpenViBE::uint64' to 'OpenViBE::uint32' , possible loss of data NMAKE...
by alex369
Fri May 18, 2012 6:03 am
Forum: Help for building the software
Topic: Win7 + VS2010 + CMake,, compiler error
Replies: 3
Views: 5599

Win7 + VS2010 + CMake,, compiler error

Hi,,, Can someone help me to check this problem? I downloaded the latest stable version Openvibe 0.13.1. I am using VS2010. When i want to bulid this openvibe, it always show me the following error. I have uninstalled the previours version of CMake. And also re-running the Win32-clean. Still the pro...
by alex369
Thu May 17, 2012 3:33 pm
Forum: Box and application development
Topic: Implementing an connectivity algorithm and plot the results
Replies: 1
Views: 3827

Implementing an connectivity algorithm and plot the results

Hi, I am a new user of OpenVibe, just start to use this environment for on-line brain connectivity analysis. However I have some problems of implementing my idea. 1, If I want to implement an algorithm in OpenVibe, is it possible to use external libraries such as some signal processing or mathematic...