Search found 264 matches

by Thibaut
Mon Dec 06, 2021 4:01 pm
Forum: Scenarios and BCI design
Topic: Motor Imagery (MI) and Python scripting
Replies: 3
Views: 3153

Re: Motor Imagery (MI) and Python scripting

Hi, The box-tutorials is with other. When you open a scenario with no scenario open (or an unsaved scenario) it push you directly on box-tutorials and bci-example folder. I misspoke, the matrix classifier boxes are separate from the python boxes. Python boxes with scikit learn are in scripting / pyb...
by Thibaut
Mon Dec 06, 2021 1:38 pm
Forum: Tutorial scenarios
Topic: Use of OpenVibe Stimulations for epoching
Replies: 3
Views: 3534

Re: Use of OpenVibe Stimulations for epoching

Hi, Stimulation Code is juste a number to identifier after all. If you wan't to use only OVTK_StimulationId_Label_XX for all of your stimluation it's your choice. Just your analysis and data sharing can be hardest. Stimulation with prefix GDF_ correspond with standard code of gdf format (for eeglab ...
by Thibaut
Mon Dec 06, 2021 1:32 pm
Forum: Scenarios and BCI design
Topic: Motor Imagery (MI) and Python scripting
Replies: 3
Views: 3153

Re: Motor Imagery (MI) and Python scripting

Hi, Last Time I say that to you : don't send private message in addition of your posted message, I have enough spam without that. I answer whenever I come and I come often. Next time I don't answer. For your question, I have implement Matrix classifier with riemmannian metric. and In pythom, there i...
by Thibaut
Mon Nov 29, 2021 10:42 am
Forum: Acquisition server and drivers
Topic: Metadata in LSL
Replies: 3
Views: 3354

Re: Metadata in LSL

HI, it depends on which metadata you want to go from one box to another. If we assume that it is within OV without any external elements. The matrices already contain the name of the channels, you have the number of channels, the number of samples per channel. the signals also have the sampling info...
by Thibaut
Tue Nov 09, 2021 9:02 am
Forum: Scenarios and BCI design
Topic: How could I do a general model for all users using Motor Imagery (MI)
Replies: 1
Views: 2760

Re: How could I do a general model for all users using Motor Imagery (MI)

HI,
If it was possible the research on bci make a big jump.^^
Thibaut
by Thibaut
Tue Nov 09, 2021 8:59 am
Forum: Help for building the software
Topic: Python Scripting Box doesn't show up
Replies: 6
Views: 4119

Re: Python Scripting Box doesn't show up

Hi,
At the moment we are limit to only one version for compiled version.
Thibaut
Ps : if you compile your own version, it takes the version of python you have installed
by Thibaut
Thu Oct 28, 2021 11:23 am
Forum: Acquisition server and drivers
Topic: Metadata in LSL
Replies: 3
Views: 3354

Re: Metadata in LSL

Hi, LSL can't send metadata, you open a stream for one type of data. So mix string and float is not possible. If you can communicate in amont, you can set before channel name and other. The only way I see is to send each time string and cast each time data but the complexity is high for nothing. Thi...
by Thibaut
Mon Oct 25, 2021 8:56 am
Forum: Scenarios and BCI design
Topic: Extracting Peak Alpha Frequency and IAF
Replies: 3
Views: 3514

Re: Extracting Peak Alpha Frequency and IAF

Hi,
So you can use the spectral analysis to see value of each frequency in real time. But to have the best band, you must implement an algorithm (the fatest wy for no developper is to use python) with gradient descent or other way.
Thibaut
by Thibaut
Mon Oct 18, 2021 1:47 pm
Forum: Scenarios and BCI design
Topic: Extracting Peak Alpha Frequency and IAF
Replies: 3
Views: 3514

Re: Extracting Peak Alpha Frequency and IAF

Hello, I'm not sure what you want to do. To limit the frequency bands, you have the "temporal filter". To separate the frequency bands and have the power of each, you have the "spectral analysis". For the average of your signal (per channel) you have the "signal average". The simple DSP will apply a...
by Thibaut
Fri Oct 08, 2021 9:29 am
Forum: Help for building the software
Topic: OpenViBE Build Error
Replies: 8
Views: 4291

Re: OpenViBE Build Error

HI,
For optionnal drivers, you need to install drivers and sdk from your installation disc on your cap box. actually we can't share automaticly the drivers needed files for this cap.
Thibaut
by Thibaut
Fri Oct 08, 2021 9:27 am
Forum: Discussion about OpenViBE
Topic: The 4th International OpenViBE workshop
Replies: 1
Views: 3092

Re: The 4th International OpenViBE workshop

Hi,
Sorry the speakers have forgot to launch the recording.
Thibaut
by Thibaut
Mon Oct 04, 2021 9:57 am
Forum: Acquisition server and drivers
Topic: Control the acquisition server from command line
Replies: 1
Views: 3046

Re: Control the acquisition server from command line

Hi, Regarding the launch by command guest, the config file only allows you to define the driver options and the last driver used. It is not currently possible to launch it only in command prompt (without gui and in auto play). But it's a feature that could be interesting. I note it in the todo list....
by Thibaut
Thu Sep 30, 2021 11:58 am
Forum: Help for building the software
Topic: OpenViBE Build Error
Replies: 8
Views: 4291

Re: OpenViBE Build Error

I have never had this error..... Try to delete build and dist dir, take meta branch developp last commit and next for each submodule sdk, extra, designer last commit of developp (in this order because meta reinit submodule branch). Now you have the new build system. Maybe it can works....
Thibaut
by Thibaut
Tue Sep 28, 2021 8:28 am
Forum: Help for building the software
Topic: OpenViBE Build Error
Replies: 8
Views: 4291

Re: OpenViBE Build Error

Strange,
your vs2013 is the express or professionnal version ? Standard doesn't work..... Yes I know it's boring the exact good version to have...
PS : I misspoke, I wanted to say that if you had tried to build before doing the install dependencies it might not work. Not that you had to do it.^^
by Thibaut
Mon Sep 20, 2021 9:31 am
Forum: Scenarios and BCI design
Topic: motor-imagery-bci-1-acquisition.xml
Replies: 7
Views: 4180

Re: motor-imagery-bci-1-acquisition.xml

Hi,
Right Click on box classifier trainer, inputs->new. I have never test the behavior on 3 class for this box, so I can help you so much.^^
Thibaut