Adastra - demo .NET wrapper for OpenVibe

Come here to discuss about OpenViBE in general!
Post Reply
toncho11
Posts: 124
Joined: Tue Apr 19, 2011 7:58 pm

Adastra - demo .NET wrapper for OpenVibe

Post by toncho11 »

I have created a small demo .NET application called Adastra that is able to execute OpenVibe, supply scenario and capture the output from OpenVibe's VRPN output.

http://code.google.com/p/adastra/

This code can be used to create a commercial .NET application on top of OpenVibe and Adastra is POC (proof of concept) in this direction. Adastra supports running OpenVibe in a background thread. A "Cancel" button is able to close OpenVibe by sending CTRL+ C + Y to OpenVibe and close it rather nicely (no killings pls :D ).

Hope you find it useful.

toncho11
Posts: 124
Joined: Tue Apr 19, 2011 7:58 pm

Re: Adastra - demo .NET wrapper for OpenVibe

Post by toncho11 »

Adastra uses the output from an OpenVibe Classifier box which tells whether the user pointed left or right. In .NET it is easy to move the mouse cursor. So my next improvement should be to just start Adastra, and by using a previously trained classifier, move the cursor and click on my desktop icons.

Contributors are welcome :) !

lbonnet
Site Admin
Posts: 417
Joined: Wed Oct 07, 2009 12:11 pm

Re: Adastra - demo .NET wrapper for OpenVibe

Post by lbonnet »

Hi toncho !

Thank you for this nice contribution !
I have pretty much no experience with .NET and stuff, but I know it's widely used out there.

Please keep us posted about your work with Adastra (and anyone else using it of course !)

cheers

Laurent-
Follow us on twitter >> openvibebci

Checkout my (old) blog for some OpenViBE tips & tricks : here !

Post Reply