Search found 2 matches

by cg_certivibe
Mon Oct 03, 2016 8:09 am
Forum: Discussion about BCI and related topics
Topic: how to use openvibe P300 speller to make sentences
Replies: 1
Views: 8920

Re: how to use openvibe P300 speller to make sentences

Hi,

What I would suggest to start with your project is to browse the documentation to get familiar with how to use OpenViBE.

http://openvibe.inria.fr/documentation-index/ is full of practical examples thus feel free to browse sections of interest for your specific project.

Best Regards,
by cg_certivibe
Mon Jul 25, 2016 8:30 am
Forum: Boxes
Topic: Don't know how to set the CMakeList.exe file to show the box
Replies: 3
Views: 4795

Re: Don't know how to set the CMakeList.exe file to show the

Hi Jeremy, OpenViBE uses a glob pattern to find all cpp/h files in the source directory. If you add new files (like a new box) to the project, CMake won't be able to detect the change automatically. From the CMake doc: Normally the generated build system knows when it needs to rerun CMake because th...