Search found 645 matches

by yrenard
Tue Feb 19, 2013 5:45 pm
Forum: Designer
Topic: Features concatenation as a matrix
Replies: 1
Views: 2725

Re: Features concatenation as a matrix

Dear Nicolas,

just save the extracted "feature vector" stream to a file using the generic stream writer box, then read it back (fast forwarding it) with the stream reader box in your other scenario

I hope this helps,
Best regards,
Yann
by yrenard
Tue Feb 19, 2013 5:42 pm
Forum: Help for building the software
Topic: Building OpenViBE with gcc 4.7.2
Replies: 8
Views: 11055

Re: Building OpenViBE with gcc 4.7.2

Hello everyone, just wanted to stress, as a side note, that using native packages for boost broke the builds in the past as boost API sometimes changes. Fedora releases are usually one step ahead from othe linux distros and turning back to native packages may hurt the release process in the future. ...
by yrenard
Tue Feb 19, 2013 5:29 pm
Forum: Discussion about OpenViBE
Topic: Driver for deymed's truscan
Replies: 1
Views: 3617

Re: Driver for deymed's truscan

Dear Rani, I had the opportunity to talk with some people at Deymed in the past. There exists a TCP/IP protocol to communicate with their own software so yes, it is possible to write a driver for those devices. If you feel like you can do it, be sure to get in touch with them and gain access to thei...
by yrenard
Fri Feb 08, 2013 9:04 am
Forum: Discussion about BCI and related topics
Topic: Stimulations modification
Replies: 13
Views: 27660

Re: Stimulations modification

Dear Lorena, the level measure box displays rows/columns according to the input matrix structure. If you have several channels, you might have several rows, if you have several samples, you might have several columns. About the sitmulations, you will find all the information at the stimulation codes...
by yrenard
Mon Feb 04, 2013 3:37 pm
Forum: Discussion about BCI and related topics
Topic: Stimulations modification
Replies: 13
Views: 27660

Re: Stimulations modification

Dear Lorena, the purpose of the display cue image is to present image stimulus based on the actual stimulations that come to the box ; what you want is a feedback box now, something close to the level measure box I believe. The display cue image is not able to provide feedback, the level measure is ...
by yrenard
Mon Jan 21, 2013 8:46 pm
Forum: Driver development
Topic: Driver compilation
Replies: 4
Views: 12078

Re: Driver compilation

Dear Lorena,

Visual C++ 2010 Express edition should be OK

Hope this helps,
Yann
by yrenard
Thu Jan 17, 2013 7:47 pm
Forum: Discussion about OpenViBE
Topic: ModularEEg Driver
Replies: 4
Views: 5312

Re: ModularEEg Driver

Dear Lorena,

indeed, the OpenEEG driver does not have a dedicated DLL file. Its code is statically linked with the acquisition server application.

Can you see the driver in the acquisition server combo box as shown on this screenshot ?

Regards,
Yann
by yrenard
Thu Jan 17, 2013 1:03 pm
Forum: Discussion about OpenViBE
Topic: ModularEEg Driver
Replies: 4
Views: 5312

Re: ModularEEg Driver

Dear Lorena, the OpenEEG driver is built in the standard installation of OpenViBE under the name OpenEEG Modular EEG P2 . It uses the P2 protocol so if your device/firmware uses the P3 protocol, it may not be compatible. Be sure to double chek the COM port used by your device to set it up properly i...
by yrenard
Wed Dec 05, 2012 4:15 pm
Forum: Acquisition server and drivers
Topic: Acquisition with EGI GES300 via AmpServer
Replies: 3
Views: 5465

Re: Acquisition with EGI GES300 via AmpServer

Dear augustynowicz,

you indeed need to acquire the AmpServer Pro SDK for EGI, the standard AmpServer won't expose the data in realtime.

Hope this helps,
best regards,
Yann
by yrenard
Mon Nov 26, 2012 9:42 pm
Forum: Acquisition server and drivers
Topic: Problem connecting actiChamp with adquisition server
Replies: 1
Views: 4444

Re: Problem connecting actiChamp with adquisition server

Dear jmcl17,

there is a fresh native actichamp driver in the SVN repository. If you want an early package before the next release, please PM me.

Best regards,
Yann
by yrenard
Wed Nov 21, 2012 10:11 pm
Forum: Discussion about OpenViBE
Topic: Procomp+ support?
Replies: 4
Views: 5064

Re: Procomp+ support?

Dear salamandyr, I'm sorry I did not make it clear about the license issue. The point is TT don't want their devices to be used for clinical application with third party software. They made their SDK license this way and this implies a restriction of the use that can be made of their SDK. On the oth...
by yrenard
Thu Nov 15, 2012 9:59 pm
Forum: Discussion about OpenViBE
Topic: Procomp+ support?
Replies: 4
Views: 5064

Re: Procomp+ support?

Dear salamandyr, thank you for this question. The Thought Technologies devices are not yet supported by OpenViBE. Their SDK license has restrictions on the application that can be built with it. Among these restriction is one regarding the clinical applications. This is not compatible with the LGPL....
by yrenard
Fri Oct 12, 2012 12:23 pm
Forum: Discussion about OpenViBE
Topic: Using Graz Motor Imagery BCI Simulator with single class
Replies: 4
Views: 7992

Re: Using Graz Motor Imagery BCI Simulator with single class

Dear sumitsoman, thank you for reposting publicly as advised, this will be helpful for other readers. On one hand, the Graz visualization box is not (very) flexible (at all). If you want to modify its behaviour, you will have to get into the C++ code and hack from there so that it matches your needs...
by yrenard
Mon Sep 24, 2012 8:54 pm
Forum: Driver development
Topic: Drivers as plugins in the AS?
Replies: 1
Views: 8562

Re: Drivers as plugins in the AS?

Dear toncho11, it is not currently possible to have such mechanism. This was a desired behavior to maximize the number of contributions for the acquisition server. And indeed, there has been much more contributions for the acquisition server than for any boxes so far. This said, it is not a big chal...
by yrenard
Thu Sep 20, 2012 7:24 pm
Forum: Tutorial scenarios
Topic: box tutorial topographic-map
Replies: 3
Views: 12729

Re: box tutorial topographic-map

Dear Bob,

This is indeed extrapolation and should be considered with care, but I believe you already know that.

Hoep this helps,
Yann