Page 1 of 1

Is there pure processing C++ code without box glues

Posted: Thu Jan 26, 2017 11:35 am
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

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

Posted: Mon Jan 30, 2017 9:33 am
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