sending data from openViBE

Post Reply
HA3
Posts: 21
Joined: Sun Nov 23, 2014 5:32 am

sending data from openViBE

Post 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?
Last edited by HA3 on Tue Feb 17, 2015 4:46 pm, edited 1 time in total.

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

Re: sending data from openViBE

Post 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

Post Reply