Search found 264 matches

by Thibaut
Tue Jan 22, 2019 10:33 am
Forum: Boxes
Topic: Brain product channel Number and names
Replies: 3
Views: 3344

Re: Brain product channel Number and names

Hi Yael, It is possible that there is a problem of correspondence between the numbers of the electrodes and their names. The simplest way would be to use the "Channel Rename" box to avoid getting confused in your numbers. And to know the name associated with the numbers: create an openvibe scenario ...
by Thibaut
Tue Jan 22, 2019 8:45 am
Forum: Designer
Topic: [Help] calaulate power of each EEG range in python
Replies: 3
Views: 14157

Re: [Help] calaulate power of each EEG range in python

Hi,
First, Organize your script it's a real spiderweb.^^
Second to avoid some problem use the last version of OpenViBE.
Third You can make one temporal filter for each frequency band.
Fourth you can use the box csv writer to save your result on csv.
Python is not necessary here.^^
Thibaut
by Thibaut
Tue Jan 22, 2019 8:35 am
Forum: Designer
Topic: Designer doesn`t start.
Replies: 6
Views: 12528

Re: Designer doesn`t start.

Hi,
You have the last version of OpenViBE ? You build your own OpenViBE ? When you launch OpenViBE he say what ?
Thibaut
by Thibaut
Mon Jan 21, 2019 8:44 am
Forum: Boxes
Topic: display discontinuous data
Replies: 1
Views: 2247

Re: display discontinuous data

If you use an epoch average or something like that, the signal display is really weird that's normal. Use the continous bar. it should work. Concerning the delay, it is normal also if the first data were recorded after a certain lapse of time, it waits the first data to be displayed. Ps : The "gain"...
by Thibaut
Fri Jan 18, 2019 9:29 am
Forum: Boxes
Topic: python animation
Replies: 1
Views: 2205

Re: python animation

Hi, I have never used matplotlib for animation, but I think it must be pretty heavy as a system. Personally, I made a system as you describe it, but I coded it in C ++ in a specific box. For visualizations, I think you should turn to the visualization box implementation. Or use existing ones by pass...
by Thibaut
Mon Jan 14, 2019 3:49 pm
Forum: Boxes
Topic: EDF file Writer with G-nautilus
Replies: 2
Views: 2206

Re: EDF file Writer with G-nautilus

Hi, I use GDF, CSV and OV file only. With GNautilus it works for me. GDF and OV for Raw Signal (the double write is not necessary I think but i'm a partisan of Murphy's law.^^). CSV only for simple data such as the calculation of my interest variables. I have never written in EDF because there is no...
by Thibaut
Fri Jan 11, 2019 9:21 am
Forum: Box and application development
Topic: Player cannot reach real time(Python)
Replies: 4
Views: 9740

Re: Player cannot reach real time(Python)

Hi, I'm not sure, I read your script "in diagonal". The fact that it takes 10s is that you need 10s of information not that it is slow. In this case you can simply use additional variables in your python script. You have an available initialize function and a __init__. the process will just have to ...
by Thibaut
Thu Jan 10, 2019 8:36 am
Forum: Box and application development
Topic: Player cannot reach real time(Python)
Replies: 4
Views: 9740

Re: Player cannot reach real time(Python)

Hi,

I'm not sure I understood
your problem is that your script is too slow and lags behind as you go?
or the problem is that you do not get the instructions at the exact second?
Or does your script start with each chunk?

Thibaut
by Thibaut
Mon Jan 07, 2019 9:19 am
Forum: Designer
Topic: Spectral Power Density from Epoc+: most basic example
Replies: 1
Views: 8098

Re: Spectral Power Density from Epoc+: most basic example

Hi,
At first glance, your csv is not formatted in the "OpenViBE Style" you can simply test a scenario with a sinus oscilator and a csv writer to see how it records the csv. For the EOF you probably have a return line too much or less (I do not remember)
Thibaut
by Thibaut
Mon Jan 07, 2019 9:14 am
Forum: Acquisition server and drivers
Topic: Problem detecting gNautilus
Replies: 2
Views: 2981

Re: Problem detecting gNautilus

Hi,
I had several problems with the Nautilus. Turn on your headset before launching the acquisition server. I also click on "driver properties" before doing "connect".
Thibaut
by Thibaut
Thu Jan 03, 2019 4:04 pm
Forum: Acquisition server and drivers
Topic: Problem in start with ANT amp
Replies: 1
Views: 2222

Re: Problem in start with ANT amp

Hi,
I haven't this but send us the error message in console window (or read if text is enough to fix your problem^^). One thing for my previous tests the EEG helmet must be turn on before launch acquisition server.
Thibaut
by Thibaut
Thu Jan 03, 2019 3:58 pm
Forum: Designer
Topic: MOTOR IMAGERY CSP
Replies: 3
Views: 9232

Re: MOTOR IMAGERY CSP

Hi,
I do not see the problem apart from the chunk stimulation date but it does not matter
Thibaut
by Thibaut
Thu Jan 03, 2019 3:50 pm
Forum: Boxes
Topic: Graz visualization box - how to hide title bar?
Replies: 2
Views: 3867

Re: Graz visualization box - how to hide title bar?

Hi,
Sorry... Actually it's impossible to avoid title bar and gray toolbar in full screen. Only "Display Cue Image" have a setting to make this.
Thibaut
by Thibaut
Thu Dec 20, 2018 1:35 pm
Forum: Box and application development
Topic: Video in open vibe
Replies: 1
Views: 8398

Re: Video in open vibe

What you are asking for is not so easy to implement. Try to use a second screen it's easier.^^
by Thibaut
Tue Dec 11, 2018 1:39 pm
Forum: Acquisition server and drivers
Topic: CSP Spatial filter send inconsistent chunks
Replies: 2
Views: 2364

Re: CSP Spatial filter send inconsistent chunks

This warning is write when stimulation haven't continous date it's not so important