Search found 18 matches

by ntarrin
Tue Mar 13, 2012 1:03 pm
Forum: Box and application development
Topic: How to improve designer's reaction time to gtk callback ?
Replies: 2
Views: 4208

Re: How to improve designer's reaction time to gtk callback

Ok Yann,

I'll keep it like that thus.

Thanks.
Nicolas.
by ntarrin
Fri Mar 09, 2012 9:08 am
Forum: Box and application development
Topic: How to improve designer's reaction time to gtk callback ?
Replies: 2
Views: 4208

How to improve designer's reaction time to gtk callback ?

Hello, I'm creating a box which includes buttons to be used during scenario execution. What I do is changing some variables in the callback associated to the buttons, and then processClock consults these variables and do what has to be done accordingly. Thus, I may wait up to 1/(box clock frequency)...
by ntarrin
Tue Mar 06, 2012 8:18 am
Forum: Box and application development
Topic: Having a hand on settings interface
Replies: 3
Views: 4617

Re: Having a hand on settings interface

Ok, thanks, I'm following this issue in the bug tracker now. The quick fix will work for sure :)
Nicolas.
by ntarrin
Mon Mar 05, 2012 3:54 pm
Forum: Box and application development
Topic: Having a hand on settings interface
Replies: 3
Views: 4617

Having a hand on settings interface

Hello, I have a box which may have a lot of settings (something like 30...), and in this case, the setting interface gets outside the screen, making impossible for me to reach lasts settings. Is it possible to have a hand on this interface, configuring several column of setting or tabs ? Thanks, Nic...
by ntarrin
Thu Sep 15, 2011 3:23 pm
Forum: Driver development
Topic: stimulation listener vs/ signal display
Replies: 10
Views: 18933

Re: stimulation listener vs/ signal display

Hi Yann, I have put an output in the acquisition server (in OpenViBEToolkit::Tools::StimulationSet::append). If I run the acquisition server alone, it gives the wright number of stimulations. But if I run a basic scenario in the designer (displaying signal and stims), the output in acquisition serve...
by ntarrin
Fri Sep 09, 2011 2:49 pm
Forum: Box and application development
Topic: stimulation based epoching
Replies: 8
Views: 11786

Re: stimulation based epoching

Hi Yann, Sorry if this was confusing, I'm going to try to make it simple :) Giving a summary of the code I'm focusing on may help : boolean CBoxAlgorithmStimulationBasedEpoching::process(void) (...) l_oEpocher.m_pEpocher->initialize(); // sets m_ui64OffsetSampleCount to 0. (...) l_oEpocher.m_pEpoche...
by ntarrin
Tue Sep 06, 2011 12:42 pm
Forum: Driver development
Topic: stimulation listener vs/ signal display
Replies: 10
Views: 18933

Re: stimulation listener vs/ signal display

Hi, I've re-checked the setStimulationSet in the driver, checked that drift correction was disabled, and I have the same trigger duplication in the stimulation listener... (see attached picture). Below is the code where this is done in the driver, including the debug output. for ( OpenViBE::uint32 i...
by ntarrin
Tue Jul 26, 2011 11:41 am
Forum: Box and application development
Topic: stimulation based epoching
Replies: 8
Views: 11786

Re: stimulation based epoching

Just giving an update on my investigation : Looking at log and stimulation listener, I get this : [WARNING] At time 161195491328 (0x2588000000) <Box algorithm::stim based epoch input> For input 0 (0x0) with name Stimulation stream 1 got stimulation 32771 (0x8003)[OVTK_StimulationId_SegmentStart] at ...
by ntarrin
Tue Jul 26, 2011 9:23 am
Forum: Driver development
Topic: stimulation listener vs/ signal display
Replies: 10
Views: 18933

Re: stimulation listener vs/ signal display

Hi Yann,

Yes, it's a very simple scenario, with the writer just after the acquisition client.

Nicolas.
by ntarrin
Tue Jul 26, 2011 9:21 am
Forum: Box and application development
Topic: stimulation based epoching
Replies: 8
Views: 11786

Re: stimulation based epoching

Hi Yann, The first stimulation comes something like 30s after the scenario's start. At that time, the signal is available for the stimulation based epoching box. The boxes configurations are : epoch duration : 0.600000 epoch offset : 0.000000 stimulation to epoch from : OVTK_StimulationId_Label_xx (...
by ntarrin
Fri Jul 22, 2011 9:30 am
Forum: Driver development
Topic: stimulation listener vs/ signal display
Replies: 10
Views: 18933

Re: stimulation listener vs/ signal display

Hi Yann,

Oh yes, I want to trust what best fits my needs :twisted:

Here is the dump (rename the txt in ov as the forum reject .ov files).
I attach also a snapshot of the driver and listener output, which shows two times the same stimulation.

Thanks for your help !

Nicolas.
by ntarrin
Thu Jul 21, 2011 1:19 pm
Forum: Driver development
Topic: stimulation listener vs/ signal display
Replies: 10
Views: 18933

Re: stimulation listener vs/ signal display

The signal display window size is ok.
by ntarrin
Thu Jul 21, 2011 8:43 am
Forum: Box and application development
Topic: stimulation based epoching
Replies: 8
Views: 11786

stimulation based epoching

Hello, While modifying the brain invaders, I found that the signal corresponding to the first flash was not epoched by its corresponding stimulation based epocher. Waited stimulation and signal are there, but debuging showed me that, in stimulation based epoching box, the offset sample count was not...
by ntarrin
Thu Jul 21, 2011 8:28 am
Forum: Driver development
Topic: stimulation listener vs/ signal display
Replies: 10
Views: 18933

stimulation listener vs/ signal display

Hello, We are working on the Mitsar driver and to measure the stimulations it sends, we use both signal display and stimulation listener. The test I use sends 1 stimulation 80 and 12 stimulations 40. I can see this on the signal display, but the stimulation listener shows something like 2 stim 80 an...