Search found 777 matches

by jtlindgren
Sat Apr 13, 2019 6:47 pm
Forum: Acquisition server and drivers
Topic: Using OpenViBE with g.tec's g.USBamp in Windows
Replies: 2
Views: 8117

Re: Using OpenViBE with g.tec's g.USBamp in Windows

Hello,

I'm surprised if that'd be the case. Theres several different drivers in OV for gusbamp and only the legacy one is not supported, but even that is compiled in. You'll still need the gusbamp win drivers from gtec.

Cheers,
Jussi
by jtlindgren
Tue Jan 08, 2019 7:02 pm
Forum: Boxes
Topic: Graz visualization box - how to hide title bar?
Replies: 2
Views: 3457

Re: Graz visualization box - how to hide title bar?

Usual disclaimers about open source apply: with a bit of gtk coding it could probably be done 'by anybody'. ;)

Cheers,
Jussi
by jtlindgren
Tue Jan 08, 2019 6:55 pm
Forum: Discussion about BCI and related topics
Topic: SSVEP detection problem
Replies: 1
Views: 9618

Re: SSVEP detection problem

Hi Valeria, if you know any electrical engineeers, you could combine a sinusoidal signal generator (a device) to a physical phantom or directly to the electrodes. By controlling the frequency on/off physically you could try to debug the pipeline. Its a bit difficult if you dont know whats in the dat...
by jtlindgren
Wed Dec 19, 2018 3:42 pm
Forum: Acquisition server and drivers
Topic: Status of g.tec gMOBIlab+
Replies: 2
Views: 3790

Re: Status of g.tec gMOBIlab+

http://openvibe.inria.fr/faq/#unstable

Cheers,
Jussi

Ps. If the page and server code are out of sync, thats probably just a human error of not remembering to update one of them, most likely the code in this case.
by jtlindgren
Wed Dec 19, 2018 6:38 am
Forum: Box and application development
Topic: Communicate with an external device over serial protocol
Replies: 2
Views: 7908

Re: Communicate with an external device over serial protocol

Hi, you need to either write a new box, or use something like Python box, and then code the sending in python.

Cheers,
Jussi
by jtlindgren
Wed Dec 19, 2018 6:29 am
Forum: Acquisition server and drivers
Topic: high cross-valid accuracy poor prediction in online scenario
Replies: 2
Views: 3843

Re: high cross-valid accuracy poor prediction in online scen

Hi, thats often asked why the xval accuracy might exceed onlibe accuracy. Have you read this? http://openvibe.inria.fr/tutorial-how-to-cross-validate-better/ There could also be a bug, its not impossible. You are also not telling which amp and electrode layout you are using. We should put these poin...
by jtlindgren
Tue Dec 11, 2018 6:30 am
Forum: Box and application development
Topic: LabView Box Development
Replies: 8
Views: 12729

Re: LabView Box Development

Which error did you get? ;) There should't be any reason I know of why you couldn't open tcp sockets from matlab scripts. You can also output data from matlab scripts (score) to designer. See the tutorial scenarios we bundle. Alternatively some hackery with simple dsp might be able to compute the sa...
by jtlindgren
Sat Dec 08, 2018 9:12 am
Forum: Box and application development
Topic: LabView Box Development
Replies: 8
Views: 12729

Re: LabView Box Development

Hi Travis, writing boxes takes a bit of time getting familiar with the tutorials, playing around, getting intuition about specific questions. I dont remember from the topof my head, but ov 1.2.2 Acquisition Server might be compatible with later versions of Designer. Simply install both versions on t...
by jtlindgren
Sat Dec 08, 2018 9:03 am
Forum: Boxes
Topic: Unsupported file format. Please use only WAV or OGG files
Replies: 4
Views: 6522

Re: Unsupported file format. Please use only WAV or OGG file

Not sure what could be wrong. If the audio part of the scenario is not critical to you, you can remove or disable the box to sidestep the problem. Do other users have issues on 64bit version of OV with the sound player or does it work? Long term solution might be to develop a more modern box with so...
by jtlindgren
Sat Dec 08, 2018 8:55 am
Forum: Acquisition server and drivers
Topic: How to connect Enobio driver with Openvibe
Replies: 3
Views: 8349

Re: How to connect Enobio driver with Openvibe

Hi Umar, this issue likely originates from the Enobio driver code in the Acquisition Server. Its not related to designer or scenarios. Without having access to the device at Inria its difficult to guess what could be wrong. The driver code was a contribution from NeuroElectrics. They might not be fo...
by jtlindgren
Tue Dec 04, 2018 3:30 pm
Forum: Boxes
Topic: Unsupported file format. Please use only WAV or OGG files
Replies: 4
Views: 6522

Re: Unsupported file format. Please use only WAV or OGG file

Hi,

thats probably the sound player box. It works for me on Windows 10 + 64bit build, but I think I saw the same error on a virtual machine without soundcard emulation.

Do you get the same result with the sound player tutorial?


Cheers,
J.
by jtlindgren
Mon Dec 03, 2018 3:07 pm
Forum: OpenViBE News
Topic: OpenViBE 2.2.0 released
Replies: 1
Views: 32653

Re: OpenViBE 2.2.0 released

SDK [Applications] Import plugin-inspector from neurort repository, with the functionality to generate a box documentation .rst template [Box] Add error checking to the Timeout box [Box] Cleanup in the Timeout plugin [CMake] Add possibility to override the version [CORE-1321](https://jira.mensiatech...
by jtlindgren
Mon Dec 03, 2018 3:05 pm
Forum: OpenViBE News
Topic: OpenViBE 2.2.0 released
Replies: 1
Views: 32653

OpenViBE 2.2.0 released

We are pleased to announce the release of OpenViBE 2.2.0 ( download ). This release has some exciting highlights, Fully 64bit OpenViBE (optional dl): You can use 64bit Python and Matlab versions with it OpenViBE Tracker : A new data analysis application allowing to load, freely browse and process mu...
by jtlindgren
Tue Nov 27, 2018 9:21 am
Forum: Tutorial scenarios
Topic: Scenario Control box not found
Replies: 2
Views: 8498

Re: Scenario Control box not found

Hi Danny, the 'Scenario Control' is actually a 'Button VRPN Client' box which has been named as Scenario Control. If the box is missing it is likely that the VRPN dependency has not been successfully found and used during the compilation time. Look at the build logs and if its the case that its miss...
by jtlindgren
Fri Nov 16, 2018 8:12 am
Forum: Discussion about BCI and related topics
Topic: Stimulation based epoching cannot work on overlapped signals
Replies: 2
Views: 8015

Re: Stimulation based epoching cannot work on overlapped sig

Hi, the stimulation based epoching only works on continuous streams apparently. Such streams have data chunks with each having timestamps like chunk: 1 2 3 4 ... stamp: [a,b][b,c][c,d][d,e] ... and so on. The end of previous chunk must exactly match in time to the start of the next chunk. You can us...