Search found 264 matches

by Thibaut
Mon Sep 20, 2021 9:27 am
Forum: Help for building the software
Topic: OpenViBE Build Error
Replies: 8
Views: 8730

Re: OpenViBE Build Error

HI, Ty to have push all the log. Often we must ask this.^^ But I don't understand your error, Have you try to build one time beofore install dependencies ? Sometimes this blocks the build. We have to delete the dist and build folders. In case of delete this folders and rerun the build. For latest VI...
by Thibaut
Fri Sep 03, 2021 3:45 pm
Forum: Boxes
Topic: Streamed Matrix and python
Replies: 3
Views: 7331

Re: Streamed Matrix and python

HI,
You can check the documentation on OpenViBE Website : http://openvibe.inria.fr/tutorial-using ... -openvibe/
Thibaut
by Thibaut
Thu Sep 02, 2021 9:05 am
Forum: Boxes
Topic: Streamed Matrix and python
Replies: 3
Views: 7331

Re: Streamed Matrix and python

Hi,
Sorry the Confusion matrix is not send in output of classifiers box. But you have a box confusion matrix who make that for you. You have just to set in left arrow the expected class, in right the result and set in your box the label (stimulation name) of each class
Thibaut.
by Thibaut
Thu Sep 02, 2021 8:57 am
Forum: Tutorial scenarios
Topic: EEG Signal file (.ov) components Motor Imagery scenario
Replies: 1
Views: 7209

Re: EEG Signal file (.ov) components Motor Imagery scenario

During Acquisition, with a shame feedback the User try to make his Job and you save stimulations during acquisitoin (dark purple arrow).
by Thibaut
Thu Sep 02, 2021 8:49 am
Forum: Scenarios and BCI design
Topic: motor-imagery-bci-1-acquisition.xml
Replies: 7
Views: 8396

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

Hi,
It's normal, Graz visualization Confusion matrix works with classifier processor not trainer. Launch all scenario of the folder to see the protocol.
Thibaut
by Thibaut
Thu Sep 02, 2021 8:43 am
Forum: Tutorial scenarios
Topic: UI issue with P300 Speller
Replies: 1
Views: 6306

Re: UI issue with P300 Speller

Hi, It's a bug with the update of options we must investigate. Thank you for your report. Actually the only thing I can propose is to copy the basic box with LDA classifier to have option. (An other boring solution is to install (with setup an old version 2.2.0 for example) setting your box next ope...
by Thibaut
Thu Jul 22, 2021 12:44 pm
Forum: Scenarios and BCI design
Topic: Video display with OpenVibe
Replies: 1
Views: 6342

Re: Video display with OpenVibe

Thanks for your share
Thibaut
by Thibaut
Tue Jul 13, 2021 4:23 pm
Forum: Boxes
Topic: Artifact amplitude box settings
Replies: 2
Views: 6330

Re: Artifact amplitude box settings

HI, I confirm. It's directly the values without conversion or scale unit.
In the epoch if one sample (the absolute value) is over the MAX Value selected, the epoch is not passed (more option must come for exemple send an epoch with all 0)
Thibaut
by Thibaut
Fri Jun 25, 2021 9:42 am
Forum: Help for building the software
Topic: Python Scripting Box doesn't show up
Replies: 6
Views: 7665

Re: Python Scripting Box doesn't show up

Thanks for your Share.
by Thibaut
Fri Jun 25, 2021 9:40 am
Forum: Acquisition server and drivers
Topic: Gipsa-lab acquisition server : connection failed
Replies: 3
Views: 6883

Re: Gipsa-lab acquisition server : connection failed

Hi, We need more information^^, Can you share your Log (the black consol appear with acquisition server and designer). Thibaut Ps : For the Driver in absolute the legacy driver is maybe a previous (or just different) but it depends your Hardware. If the connection succeed you must have signals. In o...
by Thibaut
Fri Jun 25, 2021 9:28 am
Forum: Box and application development
Topic: How to get all Markers with LSL into Unity?
Replies: 1
Views: 6222

Re: How to get all Markers with LSL into Unity?

HI, your last solution is near the good. But you must give 2 different name for the stream, Your Unity App must open 2 stream one per Box. With OV 3.1.0.0 I have add some template to communicate with Unity by LSL. To Simplify user usability I make more dev work. For example in your case I add a Box ...
by Thibaut
Fri Jun 11, 2021 12:34 pm
Forum: Boxes
Topic: Keyboard stimulator use while displaying cue image
Replies: 1
Views: 6400

Re: Keyboard stimulator use while displaying cue image

Hi,
It's impossible actually to enable key without this window. But.....
I have already make a python script some times ago with opencv for cue image and key pressed simultany. You can use this tips if you want.
Thibaut
by Thibaut
Tue Jun 01, 2021 10:19 am
Forum: Help for building the software
Topic: Python Scripting Box doesn't show up
Replies: 6
Views: 7665

Re: Python Scripting Box doesn't show up

Hi,
THe version of python is not the good : http://openvibe.inria.fr/tutorial-using ... -openvibe/
You must use Python 3.7.8 (x64 if you build in x64, x32 if you build in x32)
Thibaut
by Thibaut
Mon May 31, 2021 2:05 pm
Forum: Boxes
Topic: problems about CSP Spatial Filter Trianer BOX
Replies: 2
Views: 6105

Re: problems about CSP Spatial Filter Trianer BOX

Hi, Can you upload your image (it's in your own network we can't see this). Thibaut PS : I don't know if the all the value is completly different or just in different order. The compute of eigen value can be multiply by -1 between matlab and Eigen (our C++ Library) and order if it's in ascend or des...
by Thibaut
Tue May 18, 2021 1:47 pm
Forum: Scenarios and BCI design
Topic: signal threshold
Replies: 2
Views: 6476

Re: signal threshold

Hi, I have already make that and 2 solution can be used : as thomas say you can implement a box c++ or python or an other possibility. If you HAve a simple DSP with only A - (B + 3*C). If you use an xml setting (you can save box option in an xml) You have to make a python script to modify the B and ...