Search found 5 matches

by morozov
Sun Jun 29, 2014 12:39 pm
Forum: Scenarios and BCI design
Topic: Epoc BCI scenario
Replies: 4
Views: 5125

Re: Epoc BCI scenario

Hello, thank you both for the feedback, advice and resources. That helped me a lot in understanding the caveats of my project. After experimenting a bit with the signal processing I am able to achieve a classifier performance of 100%. Does this number mean anything in respect to the real world perfo...
by morozov
Sun Jun 22, 2014 8:16 pm
Forum: Scenarios and BCI design
Topic: Epoc BCI scenario
Replies: 4
Views: 5125

Epoc BCI scenario

Hello! I'm trying to build an interactive application using the Emotiv Epoc as an EEG. The only thing left to do is the signal processing. - and as I'm baffled by the terminology and lost in the existing scenarios this is my call for help. I'm simulating sound sources in a virtual space, with which ...
by morozov
Sun Jun 22, 2014 6:27 pm
Forum: Boxes
Topic: Receive stimulations from java over VRPN
Replies: 1
Views: 3801

Re: Receive stimulations from java over VRPN

I ported the Android vrpn server included the comp523android for the use in native Java -

The resulting library is available here:
https://github.com/worosom/java_vrpn
(work in progress)

Hope this helps anyone!
by morozov
Tue Jun 17, 2014 3:20 pm
Forum: Boxes
Topic: Need help VRPN JAVA-howto receive stimulation from Java code
Replies: 2
Views: 7601

Re: Need help VRPN JAVA-howto receive stimulation from Java

hatma, did you have any success with your approach? I'm trying to do something very similar, just as jlegeny suggested, but can't find a method to send stimulation data from java_vrpn. thanks! Alex Edit: Should anyone ever come across this, here's a java vrpn server solution: https://github.com/woro...
by morozov
Tue Jun 17, 2014 2:57 pm
Forum: Boxes
Topic: Receive stimulations from java over VRPN
Replies: 1
Views: 3801

Receive stimulations from java over VRPN

I'm trying to use VRPN to send stimulation data from my Java application to OpenViBE. I can receive analog and button data in Java from the VRPN server included in OpenVibe, - using java_vrpn and the included test classes (AnalogTest.java, ButtonTest.java). The examples included in java_vrpn only pr...