Search found 164 matches

by Thomas
Thu Jun 15, 2023 9:30 am
Forum: Discussion about OpenViBE
Topic: Inquiry Regarding OpenViBE Datasets
Replies: 1
Views: 3471

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: 2256

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: 9
Views: 2554

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: 2256

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: 9
Views: 2554

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: 9
Views: 2554

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: 2052

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: 9582

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: 3988

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: 3988

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: 6
Views: 2248

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: 1966

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...
by Thomas
Thu Mar 30, 2023 9:19 am
Forum: Designer
Topic: Python3 Modules could not be found
Replies: 6
Views: 3988

Re: Python3 Modules could not be found

Hi Nathan,

Would you be able to share your build logs ?

The best would be the logs of a fresh build, running the following:

Code: Select all

rm buid; build.cmd > build.log
I hope to find information in there.

Thank you,
Thomas
by Thomas
Thu Mar 30, 2023 9:15 am
Forum: Discussion about BCI and related topics
Topic: NIRS-Neurofeedback using OpenViBE and Aurora
Replies: 7
Views: 2620

Re: NIRS-Neurofeedback using OpenViBE and Aurora

Hi, Thanks for sharing the scenario. The issue I was worried about is actually not happening here, and the scenario seems fine. If I understand well, you are sending the stimulations from OpenViBE to Aurora, via the LSL Export Box, which seems to be sending way too many stimulations, right? Could it...
by Thomas
Wed Mar 29, 2023 1:32 pm
Forum: Acquisition server and drivers
Topic: Getting markers in EEG signal
Replies: 4
Views: 2210

Re: Getting markers in EEG signal

Hi Lisa, In the controller script, there is a using directive "using LSL4Unity", which contains the liblsl class. I'm guessing LSL4Unity is therefore not present (although it should have triggered an error on the using directive before the use of liblsl). It should be in the following folder: Assets...