How can I send output of classifiers to an external device ?

Come here to discuss about OpenViBE in general!
Post Reply
aizmeng
Posts: 15
Joined: Fri Apr 11, 2014 1:37 am

How can I send output of classifiers to an external device ?

Post by aizmeng »

I am a new Openvibe user, and I am not good at programming!I just can use Matlab!
I'm using Emotive Epoc headset to acquiring eeg datas.I want to use motor-imagery scenario to classify left or right movement!
The output of classifiers can be used to control a Functional electrical stimulation device!
How can i connect the output of classifiers to the external device??
How to send output of classifers to a Functional electrical stimulation device

Please give me details steps.thank you

jtlindgren
Posts: 775
Joined: Tue Dec 04, 2012 3:53 pm
Location: INRIA Rennes, FRANCE

Re: How can I send output of classifiers to an external devi

Post by jtlindgren »

Hi Aizmeng, there are a few options (at least),

http://openvibe.inria.fr/vrpn-tutorial- ... plication/
http://openvibe.inria.fr/documentation/ ... riter.html

Alternatively, Matlab and Python boxes should be able to receive the streams so you can use scripts in those languages to pass the stimulus further.


Happy hacking,
Jussi

aizmeng
Posts: 15
Joined: Fri Apr 11, 2014 1:37 am

Re: How can I send output of classifiers to an external devi

Post by aizmeng »

I use the example of VRPN, and I compile it
the error:
1>------ 已启动生成: 项目: testVRPN, 配置: Debug Win32 ------
1>vrpn-application.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall vrpn_Button_Remote::vrpn_Button_Remote(char const *,class vrpn_Connection *)" (??0vrpn_Button_Remote@@QAE@PBDPAVvrpn_Connection@@@Z),该符号在函数 _main 中被引用
1>vrpn-application.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall vrpn_Analog_Remote::vrpn_Analog_Remote(char const *,class vrpn_Connection *)" (??0vrpn_Analog_Remote@@QAE@PBDPAVvrpn_Connection@@@Z),该符号在函数 _main 中被引用
1>D:\Program Files (x86)\VRPN Tutorial\testVRPN\Debug\testVRPN.exe : fatal error LNK1120: 2 个无法解析的外部命令
========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========

How to sovle it ? why it happened??

Post Reply