Search found 68 matches

by tgaugry
Mon Feb 19, 2018 9:29 am
Forum: Box and application development
Topic: VRPN Client with Qt Creator
Replies: 4
Views: 12290

Re: VRPN Client with Qt Creator

Hi, Syntax seems to have changed for qmake. If I believe http://doc.qt.io/qt-5/qmake-variable-reference.html , section "LIB", it seems that you should use this syntax win32:LIBS += c:/mylibs/math.lib Can you try this out ? If that does not solve it, can you tell us your Qt version ? (since you are u...
by tgaugry
Tue Jan 30, 2018 5:00 pm
Forum: Acquisition server and drivers
Topic: using the Emotiv with openvibe
Replies: 52
Views: 65171

Re: using the Emotiv with openvibe

Hi, Usually i would answer to follow the instructions from the documentation to compile OpenViBE. The build is mostly automated. However you will need to change a few things in the actual code to make things work with the new emotiv software, so i suggest you find a friend/colleague to help you. You...
by tgaugry
Mon Jan 29, 2018 2:24 pm
Forum: Acquisition server and drivers
Topic: using the Emotiv with openvibe
Replies: 52
Views: 65171

Re: using the Emotiv with openvibe

Hello, Good day. I have read about your reply in discussion forum saying that u managed to integrate OpenViBE with Emotiv EPOC+. I wish that we could have further discussion because currently I still did not managed to do so. And have been stuck here for few weeks. I am looking forward to your repl...
by tgaugry
Fri Nov 17, 2017 11:07 am
Forum: Acquisition server and drivers
Topic: using the Emotiv with openvibe
Replies: 52
Views: 65171

Re: using the Emotiv with openvibe

Hi, It should be called in ovasCAcquisitionServer.cpp, in CAcquisitionServer::loop function, line 499 and 520 ("l_bResult=m_pDriver->loop();") The code you pasted is originally enclosed in a if, and there is another one before that. What likely happen is that it enter the function, then exit because...
by tgaugry
Tue Nov 14, 2017 2:56 pm
Forum: Help for building the software
Topic: OpenVibe 2.0 Build fails on LPTHREADS
Replies: 5
Views: 11632

Re: OpenVibe 2.0 Build fails on LPTHREADS

Hi, that's strange, to say the least ! We have a CI machine running ubuntu 16.04 which has no problem building the software. Do you have the same values for the 2 following commands ? ci@ubuntu1604:~$ uname -a Linux ubuntu1604 4.4.0-96-generic #119-Ubuntu SMP Tue Sep 12 14:59:54 UTC 2017 x86_64 x86_...
by tgaugry
Fri Nov 10, 2017 12:40 pm
Forum: Help for building the software
Topic: OpenVibe 2.0 Build fails on LPTHREADS
Replies: 5
Views: 11632

Re: OpenVibe 2.0 Build fails on LPTHREADS

Hi,

Without the console output, i can't do much.
Can you post it here (in a file) ?

Thanks
by tgaugry
Thu Nov 09, 2017 5:07 pm
Forum: Help for building the software
Topic: OpenVibe 2.0 Build fails on LPTHREADS
Replies: 5
Views: 11632

Re: OpenVibe 2.0 Build fails on LPTHREADS

Hi,

Did you follow the process described in http://openvibe.inria.fr/build-instruct ... g+on+Linux ?

Can you give us the output of the build.sh command ? (remove dist and build folders, and relaunch it)

Cheers,
by tgaugry
Wed Nov 08, 2017 9:27 am
Forum: Acquisition server and drivers
Topic: using the Emotiv with openvibe
Replies: 52
Views: 65171

Re: using the Emotiv with openvibe

Hi, I think you are missing a way to enter the user credentials of the advanced license. Isn't it what the "Emotiv Tools v3.5 License Activator" is supposed to do ? This software can be found in tools folder in the Emotiv SDK. You have to enter correct credentials, and it should grant the whole mach...
by tgaugry
Tue Nov 07, 2017 2:42 pm
Forum: Help for building the software
Topic: Running openvibe on Ubuntu
Replies: 12
Views: 24033

Re: Running openvibe on Ubuntu

Hello,

I took the liberty of adding this post to this topic.
Fix can be found in my previous post.

Cheers,
by tgaugry
Mon Nov 06, 2017 9:08 am
Forum: Acquisition server and drivers
Topic: Acquisition Server not responding with NeuroServo Driver
Replies: 3
Views: 3741

Re: Acquisition Server not responding with NeuroServo Driver

Hello, I edited your post so the second screenshot appears. However, it's still missing some informations, like the device model. Can you check http://openvibe.inria.fr/faq/#I+think+I+found+a+bug,+what+should+I+do+? ? Also, can you tell me if this problem appeared with OpenViBE 2.0, or does it exist...
by tgaugry
Thu Nov 02, 2017 3:13 pm
Forum: Help for building the software
Topic: Running openvibe on Ubuntu
Replies: 12
Views: 24033

Re: Running openvibe on Ubuntu

Hi, Problem found. An update to the archive will be provided. In the meantime, you can comment (or remove) the line " find_package(Git) " in sdk/cmake-modules/Utilities.cmake and designer/cmake-modules/Utilities.cmake . You 'll also have to replace line 62 of build.sh by " ./unix-build --build-type=...
by tgaugry
Thu Nov 02, 2017 10:00 am
Forum: Boxes
Topic: Graz visualization Box with 4 classes
Replies: 6
Views: 8232

Re: Graz visualization Box with 4 classes

Hi, it may be related with the other file. Can you tell me which other file you are talking about ? Anyway, there isn't many directly related file. Boxes are supposedly contained within their cpp/h files, so you will likely need to change the header ovpCGrazVisualization.h . Other than that, there i...
by tgaugry
Thu Nov 02, 2017 9:38 am
Forum: Help for building the software
Topic: Running openvibe on Ubuntu
Replies: 12
Views: 24033

Re: Running openvibe on Ubuntu

Hi, Something is breaking at the very beginning (see line 8 : " build.sh: 9: build.sh: [[: not found "). To solve this problem, i would ask you to : Check that you have a correct bash : Can you tell me the ouput of "if [[ 5 -gt 2 ]]; then echo $BASH; fi" ? If this spit any error (anything else than ...
by tgaugry
Thu Nov 02, 2017 9:02 am
Forum: Scenarios and BCI design
Topic: xDawn P300 Speller with Cognionics Headset ERP plot
Replies: 2
Views: 12011

Re: xDawn P300 Speller with Cognionics Headset ERP plot

Hi,

OpenViBE can read some of these files; the readers are available under "File reading and writing" folder in OpenViBE Designer (like the brainAmp File Reader).
You can also use "OpenViBE Convert" command line utility.

Cheers,
by tgaugry
Tue Oct 31, 2017 1:25 pm
Forum: Acquisition server and drivers
Topic: using the Emotiv with openvibe
Replies: 52
Views: 65171

Re: using the Emotiv with openvibe

@Willux : Can you try with the acquisition server posted in my previous post ? Thanks