Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Acquire data from a python device in continuous (synchronuous) mode on a PC with Matlab installed.

1 回表示 (過去 30 日間)
Cosimo Mercuro
Cosimo Mercuro 2021 年 2 月 1 日
閉鎖済み: Cosimo Mercuro 2021 年 2 月 2 日
Hi.
I've a raspberry device on wich I've installed Python.
My raspberry reads in realtime data from an MLX 90640 IR Thermal Camera and write it on a txt file.
If I copy this txt file on a PC with Matlab installed, I can read thermal data and process it in Matlab to produce, i.e., an heatmap.
This process, however, is an asynchronous process since I must :
  1. acquire thermal data on raspberry
  2. stop the acquisition
  3. copy the data on the PC with Matlab installed
  4. run the matlab application to view the heatmap
Obviuosly I'd like to trasforf this process from asynchronous to synchronous so that I can view real time data acquired from raspberry-Python device on Matlab in the same time that they are acquired and in contunuous mode.
The question is: is there any way to do this? And if yes, how?
Any idea?
Thanks in advance

回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by