Problem in makeing a Box

About Brain Computer Interfaces, EEG, neurofeedback, related event announcements, jobs, etc.
Post Reply
hamed
Posts: 15
Joined: Thu Feb 09, 2017 4:58 pm

Problem in makeing a Box

Post by hamed »

Hi all

I read a tutorial about Implementing a signal processing box in OpenVibe
here http://openvibe.inria.fr/tutorial-1-imp ... ssing-box/
I done all step by step but i can't see my box in opevibe main page.
Do you think what's wrong
Attachments
box3.jpg
box3.jpg (56.31 KiB) Viewed 9988 times
box2.jpg
box2.jpg (196.12 KiB) Viewed 9988 times
box.jpg
box.jpg (224.41 KiB) Viewed 9988 times

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

Re: Problem in makeing a Box

Post by jtlindgren »

Hi Hamed,

when you launch Designer, do you see +1 plugin added from the .dll you're compiling your component into? The OV 1.3.0 says out of the box,

Code: Select all

[  INF  ] Added 15 plugin object descriptor(s) from [C:/Program Files (x86)/openvibe//bin/openvibe-plugins-contrib-signal-processing.dll]
you should see 16 (and the path *should* be different as you're building yourself). If not, either your plugin is not compiled into the .dll or Designer is not loading the correct dll.

- Does your box have a unique name? (try writing part of it in the search slot in designer, top right)
- Does your box have a unique 64 bit identifier? no two box should have the same id.

Both of these are defined in the .h file of the box.

Cheels,
Jussi

hamed
Posts: 15
Joined: Thu Feb 09, 2017 4:58 pm

Re: Problem in makeing a Box

Post by hamed »

Dear jtlindgren
Thanks a lot for your reply
Do you think i include and declare in right line ?
If you made a Box in Openvibe could you please send a screenshot from your ovp_main.cpp file
Attachments
a1.jpg
a1.jpg (110.92 KiB) Viewed 9976 times
a2.jpg
a2.jpg (124.6 KiB) Viewed 9976 times
a3.jpg
a3.jpg (139.74 KiB) Viewed 9976 times
Last edited by hamed on Fri Mar 03, 2017 12:25 pm, edited 2 times in total.

hamed
Posts: 15
Joined: Thu Feb 09, 2017 4:58 pm

Re: Problem in makeing a Box

Post by hamed »

and
Attachments
a4.jpg
a4.jpg (120.01 KiB) Viewed 9976 times
a5.jpg
a5.jpg (68.6 KiB) Viewed 9976 times

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

Re: Problem in makeing a Box

Post by jtlindgren »

Oops, didn't notice the message earlier. Basically you'll see many such ovp_main.cpp / .h files amidst the openvibe source code, every .dll is provided one, so there should be plenty of examples.

Best,
Jussi

Post Reply