Page 1 of 1

Emotiv EPOC +SSVEP +VRPN

Posted: Mon May 15, 2017 10:45 am
by tomtommc
hello sir, i want to make BCI project about controlling robot for my bachelor degree.
I used SSVEP from example and want to modify it, so it can use 4 class. how to modify the flickering image to match class? I need more box at bottom.
And from what i read so far, it need vrpn button to send the stimulation from openvibe to the c++ client to control the robot. but i got some problem when linking the .lib and header file. I got the .lib from http://openvibe.inria.fr/pub/src/openvi ... src.tar.xz. It show LNK2019 error about mismatch lib version. I already try vs 2010, 2013, and 2015 and still wont work.
Thank you, and pls reply. GBU

Re: Emotiv EPOC +SSVEP +VRPN

Posted: Thu May 18, 2017 9:21 am
by tgaugry
Hi,

On some box you can add input/output by right-clicking on it > modify input (or outputs) > new

As for sending data, do you specifically need it to be with vrpn ? This can also be done with OSC/Matlab/Python/Lua box, and it might be easier.

Cheers,