OpenVibe Shell Script to Play Scenario

About the GUI application to design signal processing pipelines
Post Reply
rsinghal
Posts: 1
Joined: Fri Mar 20, 2015 4:43 am

OpenVibe Shell Script to Play Scenario

Post by rsinghal »

We have a scenario that collects data for 5 seconds and then stops. We need to set it up this way so that OpenVibe would write the data to a csv file every 5 seconds (we're trying to read and run the data through a machine learning algorithm in real time). We modified the cmd file for OpenVibe designer to start running the scenario every 5 seconds. Unfortunately, right now the cmd file is just opening the scenario. It will not click the play button when the scenario opens. We have a very hacky macro we wrote in the meanwhile with a RAZR mouse to click the play button periodically, but we would really like to do this using a script ideally. Help is much appreciated.

jtlindgren
Posts: 775
Joined: Tue Dec 04, 2012 3:53 pm
Location: INRIA Rennes, FRANCE

Re: OpenVibe Shell Script to Play Scenario

Post by jtlindgren »

Hi Rsinghal,

see Designer command line parameters with --help. There should be switch --play to do what you want.


Happy hacking,
Jussi

Post Reply