Search found 777 matches

by jtlindgren
Fri Jul 19, 2013 2:52 pm
Forum: Acquisition server and drivers
Topic: [ERROR] with Emotiv Research
Replies: 3
Views: 7367

Re: [ERROR] with Emotiv Research

Hi Rafael, it seems that there is a bug in our code. If you press 'connect' before having updated the Emotiv path to point to the correct location, it looks like the process will unset the PATH environment variable. For us, a workaround seems to be if you quit the acquisition server, change the emot...
by jtlindgren
Thu Jul 18, 2013 9:05 am
Forum: Discussion about OpenViBE
Topic: openVibe on a linux [ubuntu] embedded system
Replies: 7
Views: 8596

Re: openVibe on a linux [ubuntu] embedded system

Unfortunately we don't have resources here to support additional platforms (and if we had, Mac would probably be our priority), but to some extent we can answer precise technical questions if someone else takes up this kind of porting task. One thing is worth mentioning -- unless you have all the cr...
by jtlindgren
Wed Jul 17, 2013 7:33 am
Forum: Discussion about OpenViBE
Topic: openVibe on a linux [ubuntu] embedded system
Replies: 7
Views: 8596

Re: openVibe on a linux [ubuntu] embedded system

If you're trying to compile openvibe on anything else except the supported platforms (e.g. standard pcs running the usual OSes, see supported platforms), you can expect to run into all sorts of problems, and solving them will need you to understand and modify C++ code. About the particular case, if ...
by jtlindgren
Mon Jul 15, 2013 4:03 pm
Forum: Discussion about OpenViBE
Topic: Seeking advice on hardware, software; biofeedback possible?
Replies: 5
Views: 10361

Re: Seeking advice on hardware, software; biofeedback possib

Great, we'll be interested to hear what turns out. :)


Cheers,
Jussi
by jtlindgren
Tue Jul 09, 2013 9:25 am
Forum: Tutorial scenarios
Topic: Stimulation Setting in Matlab Script
Replies: 1
Views: 11066

Re: Stimulation Setting in Matlab Script

Hi, the start_time and end_time for OV_addOutputBuffer() should specify the interval of the data block in question. The second value in the stim_set is the actual time stamp of the stimulation. You'll need to figure out the exact time your second sample corresponds to. Then, the stim_set time stamp ...
by jtlindgren
Tue Jul 09, 2013 8:37 am
Forum: Designer
Topic: Designer Crash v0.16.0
Replies: 4
Views: 7838

Re: Designer Crash v0.16.0

Hello Ed, we've tested the released package on Win7/64bit here, and the examples you mention work ok for us. Its difficult to say what could be the problem, to my eye the log file doesn't seem to have anything unusual. I can only assume there's either something exotic on your system, or that some ot...
by jtlindgren
Mon Jul 01, 2013 9:32 am
Forum: Acquisition server and drivers
Topic: More problems connecting to NeuroSky Mindwave Mobile
Replies: 1
Views: 4343

Re: More problems connecting to NeuroSky Mindwave Mobile

Hello ed,

its been clearly mentioned in the supported hardware list that mindwave mobile is NOT supported until 0.16.0 (which is not released yet). You'll have to compile the SVN version or wait.


Best,
Jussi
by jtlindgren
Mon Jul 01, 2013 9:28 am
Forum: Designer
Topic: Stimulations display
Replies: 3
Views: 4707

Re: Stimulations display

Hi,

seems the colours are decided by CSignalDisplayView::onStimulationReceivedCB() function of ovpCSignalDisplayView.cpp and possibly the other nearby functions. I'm afraid you'd have to modify the source and recompile.


Cheers,
Jussi
by jtlindgren
Mon Jul 01, 2013 9:20 am
Forum: Boxes
Topic: simple 3D viewer
Replies: 2
Views: 4359

Re: simple 3D viewer

Hello DrMick, sorry for the late reply. The Simple 3D Viewer box is bugged at least in 0.15.0, possibly earlier as well, and doesn't work (fixed in SVN 'trunk2', or 0.16.0, out soon). At any rate, it doesn't accept any input, its solely meant as an illustrative coding example how to get (some) 3D vi...
by jtlindgren
Mon Jul 01, 2013 8:44 am
Forum: Kernel development
Topic: Some memory leaks suggestions
Replies: 1
Views: 14902

Re: Some memory leaks suggestions

Hi mhardin, many thanks for the suggestions. They had gone a bit under the radar for me, something wrong with my RSS. We'll try to incorporate them soon, not possibly to the next release (which is due this week), but to the SVN at least.


Cheers,
Jussi
by jtlindgren
Mon Jul 01, 2013 8:41 am
Forum: Discussion about OpenViBE
Topic: CSV Import
Replies: 4
Views: 8821

Re: CSV Import

Tick 'show unstable'.


Cheers,
Jussi
by jtlindgren
Mon Jul 01, 2013 8:39 am
Forum: Discussion about OpenViBE
Topic: Start playing a senario by a toolbox
Replies: 6
Views: 9339

Re: Start playing a senario by a toolbox

You should specify designer the --play --no-gui parameters that I mentioned earlier.


Happy hacking,
Jussi
by jtlindgren
Fri Jun 28, 2013 9:50 am
Forum: Designer
Topic: Run Openvibe in batch mode ?
Replies: 4
Views: 7779

Re: Run Openvibe in batch mode ?

We've renamed the scripts around for some extra confusion, but yes, the ov- script is basically the same animal as the corresponding openvibe- script. If you're on Windows, the explorer might hide the .cmd extension.


Cheers,
Jussi
by jtlindgren
Fri Jun 28, 2013 9:46 am
Forum: Discussion about OpenViBE
Topic: Start playing a senario by a toolbox
Replies: 6
Views: 9339

Re: Start playing a senario by a toolbox

Its called 'shell scripting', basically on Windows you open the command prompt (write 'cmd' to start menu search box) and write the stuff there while being in a directory with the openvibe-designer.cmd script. After you know the sequence of commands you want, you use a text editor to write them down...
by jtlindgren
Fri Jun 28, 2013 9:03 am
Forum: Discussion about OpenViBE
Topic: Seeking advice on hardware, software; biofeedback possible?
Replies: 5
Views: 10361

Re: Seeking advice on hardware, software; biofeedback possib

Hello Chris, some very interesting links there. I'm not too familiar with biofeedback, but I think the question about meditation (when narrowed down to the scope of the links you posted) and EEG boils down to two questions, 1) Is gamma activity reliably measurable with consumer grade EEG devices tha...