Is there pure processing C++ code without box glues

Making & changing box plugins and external apps
Post Reply
johnkobe
Posts: 3
Joined: Wed Nov 02, 2016 4:05 pm

Is there pure processing C++ code without box glues

Post by johnkobe »

Hello,

Recently in my research, I try to run P300 function on a single-board computer like odroid XU4. Openvibe can not be compiled at such single-board computer. So I would like to have a pure P300 processing code based on openvibe p300 demo. So I wonder whether you provide pure processing C++ code without box glues for each box such that I can combine them together as a whole p300 chain processing code which can run in a single-board computer?

Reseach from computer science really needs this kind of code as a application or a benchmark!! Many thanks!!

Best regards,
John

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

Re: Is there pure processing C++ code without box glues

Post by jtlindgren »

Hi John,

I don't think you can get something like that automatically from openvibe. You can make it compile without things like GTK or Ogre, but then you don't get any visualizations like the P300 flasher which is GTK-based.

You can also run openvibe designer without a GUI to run some processing from files etc. Acquisition Server can be run like that as well, but at the moment it cannot receive any commands while its running.

But in any case to make it run on some embedded thing probably needs some coding work. If I remember correctly there's been user reports getting it to work on raspberry pi.


Cheers,
Jussi

Post Reply