Search found 3 matches

by pvb2k15
Wed May 11, 2016 7:50 am
Forum: Designer
Topic: Using OpenVibe & Unity 5 for a mini feedback game(TCPWriter)
Replies: 8
Views: 21702

Re: Using OpenVibe & Unity 5 for a mini feedback game(TCPWri

Hey, For my small application I decided to use the OSC box to send alpha and beta power to unity. But if I remember correctly you can only send single values via that box, so depending on what data you want it might not be the beat choice. I also have some code for the TCP writer that at least reads...
by pvb2k15
Mon Nov 30, 2015 5:24 pm
Forum: Designer
Topic: Using OpenVibe & Unity 5 for a mini feedback game(TCPWriter)
Replies: 8
Views: 21702

Re: Using OpenVibe & Unity 5 for a mini feedback game(TCPWri

Hey, thanks for the reply. I've looked through those examples already and also read the description in the documentation. Maybe I was a bit unclear: I am not able to decode the raw signal data that is sent by the TCPWriter to Unity (I know it is described in the documentation, that it consists of a ...
by pvb2k15
Mon Nov 30, 2015 7:52 am
Forum: Designer
Topic: Using OpenVibe & Unity 5 for a mini feedback game(TCPWriter)
Replies: 8
Views: 21702

Using OpenVibe & Unity 5 for a mini feedback game(TCPWriter)

Hey guys, I am new here, hence this is my first post :) For a psychology seminar at my university I wanted to create a simple feedback game using OpenVibe and Unity. I have a EEG-SMT device (2 Channels, 4 Electrodes) so the game probably will be very simple. I might want to use alpha waves to detect...