Search found 35 matches

by shelldream
Sun Nov 11, 2012 2:22 pm
Forum: Box and application development
Topic: Adding a lib
Replies: 4
Views: 6444

Adding a lib

Hi, I have a problem now. I wrote a .cpp file and a .h file which is used to read some datas stored in .mat file. So I need to add some .lib(about matlab reading ) files to support my procedure .But how can I connect them to this software? When I build the platform again,some errors come,such as:"co...
by shelldream
Sun Nov 11, 2012 2:08 pm
Forum: Boxes
Topic: P300 Magic card visualisition
Replies: 3
Views: 11084

Re: P300 Magic card visualisition

Hi, I tried to modify the .ui file again today.The way to change the number of the picture is to change the number of the 'event box'. For example,there are 12 event boxes in the file and every one has its own location which is ued do locate the picture in the interface. If you leave only 6 event bo...
by shelldream
Fri Nov 09, 2012 3:58 am
Forum: Boxes
Topic: P300 Magic card visualisition
Replies: 3
Views: 11084

Re: P300 Magic card visualisition

Hi, :D Thank you for your help.I opened the .ui file in the format of .txt,because I didn't know how to use the Glade software.I changed the value of 'n_rows' and 'n_columns' directly.But it does not work.Am I wrong? Could you send me an file of .ui format where the 'n_rows' and 'n_columns' are modi...
by shelldream
Wed Nov 07, 2012 3:44 am
Forum: Boxes
Topic: P300 Magic card visualisition
Replies: 3
Views: 11084

P300 Magic card visualisition

hi,
In the p300 magic-card scenarios,if I want to add/delete some pictures in the 'P300 Magic card visualisition' box,what should I do? For example,I just want the subjects to see only 6 pictures flashing ,not 12.
Is there someone can help me?
Best, :)
shelldream
by shelldream
Tue Oct 30, 2012 9:34 am
Forum: Boxes
Topic: Brain map box
Replies: 0
Views: 3363

Brain map box

Hi,
I find a 'brainmap file reader ' in this software. I want to know if I want to use this box ,what the format of my file is to let the box read successfully.Not .ns3 or .gdf?
Regards,
shelldream :D
by shelldream
Wed Oct 24, 2012 7:30 am
Forum: Designer
Topic: About the matlab scripts
Replies: 7
Views: 7432

Re: About the matlab scripts

Hi,fabien.lotte Thank you for your help. But I checked my filter ,it was all right.Here I attach my scenarios and the matlab files. I think the problems result from the format of the matlab script output whic is different from the dafault format of data in this softwar. I tried to attach the matlab ...
by shelldream
Tue Oct 23, 2012 2:03 am
Forum: Designer
Topic: About the matlab scripts
Replies: 7
Views: 7432

About the matlab scripts

hi,
I am a beginner to this software.Yesterday I found that if I add a temporal filter to the matlab scipts in tuto3_sinus_generater.xml .All the outputs of filter were zeros!
I want to know what's wrong with this script.
Best,
Shelldream :D
by shelldream
Wed Oct 10, 2012 12:09 pm
Forum: Box and application development
Topic: The way to tune the build process
Replies: 0
Views: 4363

The way to tune the build process

Hello, I have did as 'Build Instructions' says to add a signal flattener box to the designer platform by building the whole software. But I didn't know how to only build the ‘signal-processing’ project in order to speed up the build process.When I double clicked the 'win32-init_env_command.cmd' to m...
by shelldream
Wed Oct 10, 2012 9:50 am
Forum: Discussion about OpenViBE
Topic: configuration problem
Replies: 1
Views: 2674

configuration problem

Hi, I have read the instructions about configuration manager.While,no matter what I did ,the value of 'Designer_showUnstable' was always False ,but the other configurations were all right. And because I could not see the unstable box,I couldn't konw if my new box was implemented correctly. Best, She...
by shelldream
Wed Oct 10, 2012 3:01 am
Forum: Help for building the software
Topic: Error building openvibe from source under windows
Replies: 2
Views: 5328

Re: Error building openvibe from source under windows

Hi,
I met the same error when I builded the software.Is there any link to connect between the openvibe source code (or dependencies) and Visual Studio when I build the software?
by shelldream
Wed Oct 10, 2012 1:09 am
Forum: Driver development
Topic: How to add a new driver
Replies: 4
Views: 12290

Re: How to add a new driver

Hello Shelldream, which procedure did you use to install the sources of OpenViBE? Did you download the source package as an archive or used the SVN? Note that the trunc folder you are referring does not exist inside the share/ folder. It is found it the ROOT_FOLDER/openvibe-applications/acquisition...
by shelldream
Tue Oct 09, 2012 1:53 pm
Forum: Help for building the software
Topic: The procedures to build a box
Replies: 0
Views: 3747

The procedures to build a box

Hello, I am a beginner to this software.It's amazing to develop this sofeware!!Now I met two problems. First,I did as the'Build Instructions'said,I downloaded the source code packages ,then I double clicked the win32-install_dependencies.exe located in the scripts folder and it worked well. In the n...
by shelldream
Tue Oct 09, 2012 12:43 pm
Forum: Driver development
Topic: How to add a new driver
Replies: 4
Views: 12290

Re: How to add a new driver

Hi,
My system is WindowsXP,and I use the Visual Studio 2008 to install the sources of OpenViBE.According to what you said,I have found the trunc folder.
Thank you.
Best,
Shelldream
by shelldream
Tue Oct 09, 2012 3:41 am
Forum: Driver development
Topic: format transformation
Replies: 1
Views: 9982

format transformation

Hello,
Now I have some datafiles of .ns3 format. And I find this software just support the format of .gdf and .ov. I don't konw how to deal with these files.Is there some ways to transform the files,or do I need to write some modules to read these files?
Cheers,
Shelldream
by shelldream
Mon Oct 08, 2012 12:41 pm
Forum: Discussion about OpenViBE
Topic: How to integrate OpenViBE with java or matlab
Replies: 16
Views: 20172

Re: How to integrate OpenViBE with java or matlab

Hello jlegeny, With your help,I have found my problem: the 'Path to Matlab Excecutables' was not precise. Now I have another question:where can I find the descriptions (or the definitions) of these functions which are called in the .m files ,such as 'tuto1_signal_filter_Process.m'? This software is ...