Search found 264 matches

by Thibaut
Wed Apr 17, 2019 7:12 am
Forum: Boxes
Topic: Channel Localisation File Format
Replies: 4
Views: 4597

Re: Channel Localisation File Format

Hi,
You have a channel rename box.
Thibaut
by Thibaut
Tue Apr 16, 2019 12:21 pm
Forum: Boxes
Topic: Send stimulation after a certain after a certain stimulation
Replies: 3
Views: 3583

Re: Send stimulation after a certain after a certain stimula

Weird with a mirco test the Lua box haven't lag. Test with this scenario and this script (replace txt extension by lua). My log is : [INF] At time 0.000 sec <Box algorithm::(0x00007a62, 0x00007a93) aka Lua Stimulator> Lua script terminated [INF] At time 0.008 sec <Box algorithm::(0x00001fac, 0x00006...
by Thibaut
Tue Apr 16, 2019 9:30 am
Forum: Boxes
Topic: Send stimulation after a certain after a certain stimulation
Replies: 3
Views: 3583

Re: Send stimulation after a certain after a certain stimula

Hi,
my first tip starting with OpenViBE open all the example scenarios to see which boxes are proposed.^^
To filter stimulation you have the box Stimulation Filter.
To send stimulatio nafter time you have the lua box.
Thibaut
by Thibaut
Tue Apr 16, 2019 9:27 am
Forum: Boxes
Topic: Channel Localisation File Format
Replies: 4
Views: 4597

Re: Channel Localisation File Format

Hi,
The channels may not have the same name in your input signal.
If you make a signal display is the same?
Thibaut
by Thibaut
Tue Apr 16, 2019 9:18 am
Forum: Discussion about BCI and related topics
Topic: Designing Neurofeedback scenario using Emotiv Epoc+ headset
Replies: 4
Views: 14627

Re: Designing Neurofeedback scenario using Emotiv Epoc+ head

Hi, The reference channel is normally one that will divide (or subtract or else I do not remember) your signal. Some cap no longer need this box because the amplifier is responsible for removing the reference. Normally the doc of your cap tells you if there is a reference channel or if it is managed...
by Thibaut
Tue Apr 16, 2019 9:10 am
Forum: Driver development
Topic: building new driver
Replies: 4
Views: 14829

Re: building new driver

HI,
I have never code driver but the source files for actual drivers are here :

Code: Select all

"YOUR_OV_FOLDER\extras\contrib\plugins\server-drivers"
Thibaut
by Thibaut
Mon Apr 15, 2019 9:09 am
Forum: Boxes
Topic: Constructor for a boxe for a simple visualization
Replies: 15
Views: 8465

Re: Constructor for a boxe for a simple visualization

Hummmm. I see your repo and why is there the extra folder ? you changed all these files ? But, if I have understand you just wan't to check if you have receive a stimulation when you redraw, there is some possibility : You can call a redraw fonction when you wan't so you can call a redraw fonction w...
by Thibaut
Mon Apr 15, 2019 9:04 am
Forum: Discussion about BCI and related topics
Topic: Designing Neurofeedback scenario using Emotiv Epoc+ headset
Replies: 4
Views: 14627

Re: Designing Neurofeedback scenario using Emotiv Epoc+ head

Hi, This subject is old, not that it goes back here but I think he had to create new boxes to do what he wanted (that's what I did in my case). Regarding the simple DSP boxes the first contains just the formula "x*x" and the second probably "log(1+x)" it's common when you wan't the energy of the sig...
by Thibaut
Mon Apr 15, 2019 8:51 am
Forum: Boxes
Topic: Matlab: large lag when sending stimulation codes
Replies: 7
Views: 4757

Re: Matlab: large lag when sending stimulation codes

Hi,
When you launch OpenViBE what is the log on the console wndows (the black windows) ?
Thibaut
by Thibaut
Thu Apr 11, 2019 9:14 am
Forum: Boxes
Topic: Matlab: large lag when sending stimulation codes
Replies: 7
Views: 4757

Re: Matlab: large lag when sending stimulation codes

Have you the correct python install (2.7 & 3.4 x64 if your openvibe is compile in 64 x32 if your openvibe is compile in 32)
by Thibaut
Thu Apr 11, 2019 7:54 am
Forum: Boxes
Topic: Errors in Changing Matlab scripting file for tutorial 2 FFT
Replies: 3
Views: 3971

Re: Errors in Changing Matlab scripting file for tutorial 2

Maybe try the function disp()
by Thibaut
Thu Apr 11, 2019 7:50 am
Forum: Boxes
Topic: Matlab: large lag when sending stimulation codes
Replies: 7
Views: 4757

Re: Matlab: large lag when sending stimulation codes

It's weird for the python box, it is always present normally, you miss other boxes?
by Thibaut
Mon Apr 08, 2019 8:37 am
Forum: Discussion about OpenViBE
Topic: Neurosky Mindwave Mobile not showing up on list
Replies: 7
Views: 16561

Re: Neurosky Mindwave Mobile not showing up on list

For the driver APIs, see the manufacturer directly. For OpenViBE, you have this link : http://openvibe.inria.fr/build-instructions/ If you do not intend to write new boxes and you are on windows you have the precompiled version of openvibe that installs as a standard software : http://openvibe.inria...
by Thibaut
Mon Apr 08, 2019 8:18 am
Forum: Boxes
Topic: Errors in Changing Matlab scripting file for tutorial 2 FFT
Replies: 3
Views: 3971

Re: Errors in Changing Matlab scripting file for tutorial 2

Hi,

Code: Select all

fprintf(fileID,'%f %f\n',k);
you have 2 %f and only one argument.
Thibaut
by Thibaut
Mon Apr 08, 2019 8:08 am
Forum: Scenarios and BCI design
Topic: connection to VR
Replies: 1
Views: 2053

Re: connection to VR

I do not see any error. Do you have the latest version of OpenViBE ?