Search found 239 matches

by jlegeny
Fri Oct 26, 2012 9:12 am
Forum: Discussion about OpenViBE
Topic: Update for Supported Architectures?
Replies: 3
Views: 3659

Re: Update for Supported Architectures?

Hi jayseye, I have moved this conversation to the subforum about building OpenViBE. Considering other than supported architectures: Most of the time the compatibility of OpenViBE depends solely on the compatibility of its dependencies. Sometimes minor tweaks to the code are necessary with different ...
by jlegeny
Fri Oct 26, 2012 9:01 am
Forum: Designer
Topic: VRPN settings in external VR application
Replies: 8
Views: 8845

Re: VRPN settings in external VR application

Hello Ashish, are you using some framework to use the VRPN events? In the implementation described in the OpenViBE to external application tutorial here: http://openvibe.inria.fr/vrpn-tutorial-sending-data-from-openvibe-to-an-external-application/ I use callbacks rather than looping on the VRPN hand...
by jlegeny
Mon Oct 22, 2012 3:37 pm
Forum: Discussion about OpenViBE
Topic: Update for Supported Architectures?
Replies: 3
Views: 3659

Re: Update for Supported Architectures?

Hello The supported versions of Linux are always: - the last two Fedora distributions at the time of the last release - the last LTS version of Ubuntu at the time of the last release (currently Ubuntu 12.04) - the last non-lts version of Ubuntu at the time of the last release (currently Ubuntu 11.10...
by jlegeny
Mon Oct 22, 2012 3:12 pm
Forum: Designer
Topic: VRPN settings in external VR application
Replies: 8
Views: 8845

Re: VRPN settings in external VR application

Hello Ashish, Your second implementation is correct (using the same stimulation for ON and OFF signals). This is because in this case the VRPN button acts as a toggle button, that is, it changes state everytime the given stimulation is received. For your problem with receiving right/left/right/left ...
by jlegeny
Wed Oct 17, 2012 3:57 pm
Forum: Driver development
Topic: Problem with Emotiv EPOC
Replies: 1
Views: 9025

Re: Problem with Emotiv EPOC

Hello amufti, I can see that the Emotiv Control Panel is not running. This is necessary because OpenViBE connects to the headset by their proprietary software. In order to help you further with your problem we will need some details about your installation. Which version of Windows 7 are you using? ...
by jlegeny
Mon Oct 08, 2012 3:40 pm
Forum: Discussion about OpenViBE
Topic: How to integrate OpenViBE with java or matlab
Replies: 16
Views: 20161

Re: How to integrate OpenViBE with java or matlab

Hi,

all of the function definitions are in the OpenViBE Matlab toolbox which can be found in OPENVIBE/dist/share/openvibe-plugins/matlab

Cheers
-J
by jlegeny
Mon Oct 08, 2012 12:03 pm
Forum: Driver development
Topic: How to add a new driver
Replies: 4
Views: 11988

Re: How to add a new driver

Hello Shelldream, which procedure did you use to install the sources of OpenViBE? Did you download the source package as an archive or used the SVN? Note that the trunc folder you are referring does not exist inside the share/ folder. It is found it the ROOT_FOLDER/openvibe-applications/acquisition-...
by jlegeny
Mon Oct 08, 2012 10:02 am
Forum: Box and application development
Topic: Another question regarding time
Replies: 1
Views: 4021

Re: Another question regarding time

Hello Yichuan, ChunkStartTime is created by the acquisition server upon receiving data, in the designer this time is always relative to the starting of the scenario, as all the data received by the acquisition server while there is no connection is discarded. ChunkEndTime is calculated from the Star...
by jlegeny
Mon Oct 08, 2012 9:35 am
Forum: Discussion about OpenViBE
Topic: Synchronization in OpenViBE
Replies: 16
Views: 24692

Re: Synchronization in OpenViBE

Hello Enrico welcome to the forums. There is indeed a box in OpenViBE used to present the images, called Display Cue Image . This box displays an image upon receiving a stimulation, you can define multiple images and map them to different input stimulations (by adding additional settings to the box ...
by jlegeny
Mon Oct 08, 2012 8:58 am
Forum: Discussion about OpenViBE
Topic: New Build of open vibe soon?
Replies: 3
Views: 5327

Re: New Build of open vibe soon?

Hello Louis, glad that you have found a temporary solution to your problem. Indeed there were several reports about the MindWave mobile not working with the current version of the driver. As we do not have the device at this moment there is not much we can do immediately. We will keep you posted on ...
by jlegeny
Wed Oct 03, 2012 12:18 pm
Forum: Driver development
Topic: Driver gMobilabPlus under Windows
Replies: 23
Views: 44649

Re: Driver gMobilabPlus under Windows

Hello Andrea, a new release of OpenViBE is approaching (it will be probably released around december) and we would like to integrate your contribution into the software if possible. As we do not have the device of our own (and the g.Tec API), we would like to know if you have finalized the driver (a...
by jlegeny
Fri Sep 28, 2012 12:46 pm
Forum: Discussion about OpenViBE
Topic: How to integrate OpenViBE with java or matlab
Replies: 16
Views: 20161

Re: How to integrate OpenViBE with java or matlab

Hello Shelldream,

the matlab filter box needs to know the location of your Matlab installation, this has to be done by the user. Have you indicated the paths to your matlab installation in the box configuration?

Cheers
Jozef
by jlegeny
Mon Sep 24, 2012 11:56 am
Forum: Box and application development
Topic: Sending stimulation to external programs and devices
Replies: 1
Views: 3685

Re: Sending stimulation to external programs and devices

Hello atom2004, there are several ways to communicate stimulations to external programs. You can use the VRPN button box to send them via the VRPN protocol, if your target application supports that. Otherwise you can create a socket connection using either the Lua Stimulation Box or Python Scripting...
by jlegeny
Thu Sep 20, 2012 1:24 pm
Forum: Discussion about OpenViBE
Topic: Ask for some scenarios!!
Replies: 2
Views: 2935

Re: Ask for some scenarios!!

Hello, plenty of example scenarios are bundled with the OpenViBE software already. You can find explanations of most boxes in the dist/share/openvibe-scenarios/box-tutorials folder. More complex scenarios explaining the use of BCI paradigms and demo applications are in dist/share/openvibe-scenarios/...
by jlegeny
Thu Sep 20, 2012 9:48 am
Forum: Discussion about OpenViBE
Topic: Keyboard emulator that supports VRPN
Replies: 2
Views: 3762

Re: Keyboard emulator that supports VRPN

Hello Jose, I do not know about a method to convert VRPN to keyboard stimulations, however I am aware that VRPN interface with blender engine was already implemented. ( here is a demo : http://www.youtube.com/watch?v=qr6XfbeYDFA ). I do not know whether the developers of this software are still acti...