Search found 212 matches

by Thomas
Mon Jul 10, 2023 8:31 am
Forum: Designer
Topic: instructions and examples for using the EOG regression process
Replies: 6
Views: 6924

Re: instructions and examples for using the EOG regression process

Hi Jeff, Here is a link to Mentalab wiki, providing some tutorial on EOG Artifact Removal: https://wiki.mentalab.com/applications/power-bands/ Setps 1 to 5 might be different depending on your acquisition hardware, but the rest should be helpful. In the scenarios, pressing F1 on each box will take y...
by Thomas
Mon Jul 03, 2023 8:23 am
Forum: Boxes
Topic: Errors using Regularized CSP .cfg in Spatial Filter
Replies: 1
Views: 5511

Re: Errors using Regularized CSP .cfg in Spatial Filter

Hi Nathan,

Have you managed to make any progress on this ?

If not, could you share you scenarios (trainer and filter) so I could have a look at them ?

Thank you,
Thomas
by Thomas
Wed Jun 28, 2023 7:41 am
Forum: Scenarios and BCI design
Topic: problem trying to write BrainVision format file
Replies: 10
Views: 8657

Re: problem trying to write BrainVision format file

Hi Jeff, Yes, the File Reader box does not stop the scenario, however, once it has reached the end of the file it's reading, it just stops sending data to the file writer. If the file is 1 minute long, you may stop the scenario after 5 minutes, the written file contains the same data as the input fi...
by Thomas
Thu Jun 15, 2023 9:30 am
Forum: Discussion about OpenViBE
Topic: Inquiry Regarding OpenViBE Datasets
Replies: 1
Views: 4920

Re: Inquiry Regarding OpenViBE Datasets

Hi,

You can surely use these datasets to validate your tool.

Cheers,
Thomas
by Thomas
Tue Jun 13, 2023 2:07 pm
Forum: Scenarios and BCI design
Topic: importing and displaying BrainVision format files
Replies: 4
Views: 6868

Re: importing and displaying BrainVision format files

Hi Jeff, The .vhdr file (that you can open in a text editor) contains a DataOrientation field. From what I found online, its value can be VECTORISED or MULTIPLEXED. OpenViBE only supports the MULTIPLEXED format, meaning: "The data for all channels are written sequentially in one line for one samplin...
by Thomas
Mon Jun 12, 2023 12:42 pm
Forum: Scenarios and BCI design
Topic: problem trying to write BrainVision format file
Replies: 10
Views: 8657

Re: problem trying to write BrainVision format file

Hi, This is puzzling! The scenario is very simple, and I have tried it on two different machine with OpenViBE 3.5.0 and the vhdr files are generated as expected. I'm short of ideas without seeing more. If you don't manage to get it working, you can drop me an email (http://openvibe.inria.fr/contact/...
by Thomas
Wed Jun 07, 2023 7:58 am
Forum: Scenarios and BCI design
Topic: importing and displaying BrainVision format files
Replies: 4
Views: 6868

Re: importing and displaying BrainVision format files

Hi Jeff, You should be able to read the BrainVision format with OpenViBE using the BrainVision Format File Reader. You can change scale settings by double-clicking on the SignalDisplay box to access its settings. You can also change them when the scenario is playing by clicking on the magnifier at t...
by Thomas
Wed Jun 07, 2023 7:14 am
Forum: Scenarios and BCI design
Topic: problem trying to write BrainVision format file
Replies: 10
Views: 8657

Re: problem trying to write BrainVision format file

Hi Jeff,

I guess you meant OpenViBE 3.5.0 ?

It's difficult to understand what goes wrong exactly and I did not manage to reproduce the issue you are facing.

Could you share your scenario, and simple-sinus.ov file so that I can try reproducing the issue ?

Thank you,

Thomas
by Thomas
Wed May 31, 2023 8:49 am
Forum: Scenarios and BCI design
Topic: problem trying to write BrainVision format file
Replies: 10
Views: 8657

Re: problem trying to write BrainVision format file

Hi Jeff, What version of OpenViBE are you using ? In order to understand if the problem comes from the location, or the actual writing, I would set the output file in the BrainVisionWriter box to a full path file. This way you will know it's a box issue if the file doesn't appear where you want to. ...
by Thomas
Wed May 03, 2023 2:57 pm
Forum: Boxes
Topic: Issue with Stimulations codes in the BrainVision Format File Writer/Reader
Replies: 1
Views: 5358

Re: Issue with Stimulations codes in the BrainVision Format File Writer/Reader

Hi Filippo, Thanks for the detailed post. I could reproduce the issue you are facing, and there is a way for OpenViBE to recognise your stimulations. When using the BrainVision Writer box, you need to provide a "Marker to OV Stimulation dictionnary" file (I'll detail the format below). Indeed, the R...
by Thomas
Thu Apr 13, 2023 1:35 pm
Forum: OpenViBE News
Topic: OpenViBE 3.5.0 released
Replies: 0
Views: 34025

OpenViBE 3.5.0 released

We are pleased to announce the release of OpenViBE-3.5.0 ( download ). This release brings a NEW Driver: Shimmer3 GSR+ physiological sensor As long as some updates and fixes: BrainProducts actiCHamp driver setting interface fixed ANTNeuro EEGO SDK updated to support the EEGO mini-series 24 channel T...
by Thomas
Tue Apr 04, 2023 7:02 am
Forum: Designer
Topic: Python3 Modules could not be found
Replies: 6
Views: 7401

Re: Python3 Modules could not be found

Hi Nathan, Thanks for the new logs. Although Python is detected and the boxes are built, the OpenViBE build is failing because of the Signal Flattener code (from the tutorial I guess ?). The fact the the build is interrupted could be the issue. Can you fix the build error, have the build complete an...
by Thomas
Mon Apr 03, 2023 7:43 am
Forum: Designer
Topic: Python3 Modules could not be found
Replies: 6
Views: 7401

Re: Python3 Modules could not be found

Hi Nathan, Thank for the build logs. What I see is that both the Python3 and Polybox have been built, that's why they exist and the Designer tries to load them. I can see the python version used is installed from Anaconda, and I have heard of issues finding python when installed from Anaconda... Cou...
by Thomas
Mon Apr 03, 2023 7:24 am
Forum: Discussion about OpenViBE
Topic: LSL4Unity Game to Openvibe
Replies: 7
Views: 8670

Re: LSL4Unity Game to Openvibe

Hi, @Jedi_monk, the Unity application hello-bidirectional that EvheMary is trying to use could be a good starting point to understanding how to send from Unity to LSL. It is similar to the hello-sender application (that only sends), and you can find it here. @EvheMary, I think I have a solution to y...
by Thomas
Mon Apr 03, 2023 7:10 am
Forum: Discussion about BCI and related topics
Topic: Sending Event Markers from Unity/Oculus into OpenVibe for Signal Processing
Replies: 1
Views: 4726

Re: Sending Event Markers from Unity/Oculus into OpenVibe for Signal Processing

Hi Jedi_monk, You can send markers from Unity to the OpenViBE designer using the LabStreamingLayer library (LSL). There is a wrapper around it called LSL4Unity, and an OpenViBE fork for it. You can see how it is used here to send markers to OpenViBE in this exemple project The scenario that interact...