Page 1 of 1

Time Scroller

Posted: Wed Oct 19, 2016 3:40 pm
by alter
Hi All,

When run the scenario there are a time scroller with stop, step, star/pause and fast as possible. Anyway there is not a way to go back and re or play the local timestamp I want to observe.

Is there a way to do that?

I believe that a scroller will be implemented in time, but in the mean time...?

thank you all.

Re: Time Scroller

Posted: Fri Oct 21, 2016 12:15 pm
by jtlindgren
Hi,

OpenViBE is a streaming architecture, meaning that it does not have memory of the whole dataset, it just passes forward short chunks of data.

One way to look into the past would be to implement a box that caches the received signal and then outputs from the cache. Currently OV doesn't have such a box however, but there's a rumour Mensia has implemented one in their proprietary version.


Best,
Jussi