Real-Time Values to MATLAB

Real-Time Values to MATLAB

Hello, I am using metavision_generic_tracking and was planning to send the data of pixel location to another program, in this case MATLAB. I would like to know if there is like any plug-ins or extensions available, so that i can send the data in real time?

Efforts until now: the metavision_generic_tracking were edited and the output are saved into a .csv file. So, MATLAB can import this file data later.

However,  this is not really the "real time" I am expecting, because I can import it only after finish using the generic_tracking program.

My aim is to let the camera running and write the values directly into MATLAB at the same time .

Thank you everyone and I am open for any suggestions.