Page 1 of 1

sending data from openViBE

Posted: Tue Dec 30, 2014 9:51 am
by HA3
Is there anyway in openViBE to make it open a TCP connection to send the data into socket , so I can recieve it in another program?

Re: sending data from openViBE

Posted: Mon Jan 05, 2015 9:03 am
by jtlindgren
In OpenViBE, we have TCP/IP *servers*, both Acquisition Server and TCP Writer box work as such. You could connect to either with Matlab, but communicating with TCP Writer is probably easier.

Also, you can use the LSL Export box or corresponding AS feature (the latter is only currently in git branch wip-jlindgre-lsl), if you install LabStreamingLayer package to Matlab.


Best,
Jussi