Search found 47 matches

by DarkPatate
Thu Jul 30, 2015 2:07 pm
Forum: Boxes
Topic: Signal Differential/Integral box
Replies: 1
Views: 3146

Signal Differential/Integral box

Does the Signal Differential box work like the diff function in Scilab ?
by DarkPatate
Mon Jul 27, 2015 10:07 am
Forum: Box and application development
Topic: OpenViBE log files
Replies: 8
Views: 13720

Re: OpenViBE log files

What are the fundamental commands to add a library in the FindThirdParty*.cmake file ? Because I tried different things, without succes.
by DarkPatate
Fri Jul 24, 2015 9:49 am
Forum: Box and application development
Topic: OpenViBE log files
Replies: 8
Views: 13720

Re: OpenViBE log files

Hi,
thanks, I'll try to do a Cmake file for Armadillo & co. even I never did Camake file :/

I modified the line 52 of the file.

Siméon.
by DarkPatate
Thu Jul 23, 2015 5:00 pm
Forum: Box and application development
Topic: OpenViBE log files
Replies: 8
Views: 13720

Re: OpenViBE log files

Oh I didn't know, thanks. I changed the file openvibe-1.0.0/kernel/share/openvibe.conf however, when I open the Edit>Preference menu, the Kernel_MainLogLevel is still on Information . How I can apply the changement? But I think it's a problem with the Armadillo library, to compile it alone, I have t...
by DarkPatate
Thu Jul 23, 2015 3:15 pm
Forum: Box and application development
Topic: OpenViBE log files
Replies: 8
Views: 13720

Re: OpenViBE log files

Thanks for your answer. According to the Designer's parameters, the log level is on Information , I think it's the lowest. I used GDB, and when the program crashes, it says: /home/simeon/Logiciels/openvibe-1.0.0/dist/bin/openvibe-designer: symbol lookup error: /home/simeon/Logiciels/openvibe-1.0.0/d...
by DarkPatate
Thu Jul 23, 2015 8:58 am
Forum: Box and application development
Topic: OpenViBE log files
Replies: 8
Views: 13720

OpenViBE log files

Hi,
I'm coding my box, and, when I run it on OpenViBE the designer crashes. Unfortunatly, the log file in the folder /home/<user>/.config/openvibe/log isn't helpfull, it's just the designer terminal output. Is there another log file with more information ?

Thanks in advance !
Siméon.
by DarkPatate
Mon Jul 06, 2015 4:25 pm
Forum: Designer
Topic: Can one use a Scilab script?
Replies: 2
Views: 3210

Re: Can one use a Scilab script?

Thanks for your quick answer.
Unfortunatlly, I think I can't help you for that. My master thesis is almost finished, and time is missing. I shall try to use Python even I never program with it.
I shall try to understand the example.

Thanks again :-)
by DarkPatate
Fri Jul 03, 2015 3:56 pm
Forum: Designer
Topic: Can one use a Scilab script?
Replies: 2
Views: 3210

Can one use a Scilab script?

Hi, I did a signal processing algorithm on a Scilab script. I tried to translate it in C++ thanks to Eigen Library in order to do an OpenVibe box. Unfortunately, the algorithm doesn't give the same results. Moreover, Eigen has some difficulties with huge matrices. So, the easy way would be to use my...
by DarkPatate
Wed Jun 17, 2015 11:16 am
Forum: Box and application development
Topic: FSettingValueAutoCast function and other questions
Replies: 11
Views: 16546

Re: FSettingValueAutoCast function and other questions

Thanks for your answer :-) But, I didn't well understand your explanation of the throwing stimulation(s?) method. What is the class of this objet : ip_pLabelsStimulationSet ? To check in the documentation the fonctions parameters. And how to get it from the skeleton code. Thanks in advance, Siméon.
by DarkPatate
Wed Jun 10, 2015 1:25 pm
Forum: Box and application development
Topic: FSettingValueAutoCast function and other questions
Replies: 11
Views: 16546

Re: FSettingValueAutoCast function and other questions

Thank you for your answer, the problem is solved! To solve it, I used the m_oOutputMatrixEncoder.getInputMatrix().setReferenceTarget(m_oInputMatrixDecoder.getOutputMatrix()); , but if I don't want (not for this case) use it, how I "should set to the right dimension [my] matrix" in the header? Two ot...
by DarkPatate
Wed Jun 10, 2015 8:41 am
Forum: Scenarios and BCI design
Topic: Classification in version 1.0.0
Replies: 8
Views: 7742

Re: Classification in version 1.0.0

Thanks a lot!
I saw several times all the path, but I didn't see this little missing character!

Siméon.
by DarkPatate
Fri Jun 05, 2015 11:33 am
Forum: Scenarios and BCI design
Topic: Classification in version 1.0.0
Replies: 8
Views: 7742

Re: Classification in version 1.0.0

I tried a second time and that didn't work anymore. I don't understand the problem, do you have a page with the common errors where I can find a solution ?

Thanks in advance!
by DarkPatate
Mon Jun 01, 2015 10:35 am
Forum: Scenarios and BCI design
Topic: Classification in version 1.0.0
Replies: 8
Views: 7742

Re: Classification in version 1.0.0

Hello, I have a problem when I execute the scenario (see the attached picture). I don't undestand why and what is the problem, I followed the example code (in changing only the channel selector in motor-imagery-bci-2-classifier-trainer ). If you have a track, I will be happy! Thanks in advance. Simé...
by DarkPatate
Fri May 29, 2015 2:48 pm
Forum: Scenarios and BCI design
Topic: Classification in version 1.0.0
Replies: 8
Views: 7742

Re: Classification in version 1.0.0

Thanks! :-)

Siméon.
by DarkPatate
Fri May 29, 2015 2:40 pm
Forum: Scenarios and BCI design
Topic: Classification in version 1.0.0
Replies: 8
Views: 7742

Re: Classification in version 1.0.0

Thank you very much ! If I well understand, the motor-imagery-bci does the same thing as in the video? and the ssvep example uses the blinking of objects on screen to do action, as in this video: http://www.diginfo.tv/v/12-0199-d-en.php ? So for the first example, all the training configuration (the...