Open UmiTooko opened 8 months ago
Hi Kiet, I, Dung Trinh, have worked on EIT for a while. I am glad to know you are also working on this device. Are you open to connect and discuss about this technology? - my facebook is https://www.facebook.com/Genji0306 Regards, Steve Trinh
@TooNakko Hi, we use pyqtgraph for real time ploting and EIT imaging visualization. It is very fluent for a prototyping app, but for serious application, you may consider C++.
Hi, it's me again. Thanks for your support, we have managed to improve our reconstructed image quality.
We are currently developing a feature to read data from the tank and plot the image along with the time. To achieve that, we modified the code as follows:
It is noteworthy that our electrodes were messy, and there are obvious contact problems with some, which severely affect the quality of the reconstructed image. Still, it should not be a big problem since we can replace them in no time. Besides, it works. We managed to show the movement of the objects inside our tank. You can watch the video at this Google Drive link: https://drive.google.com/drive/folders/1Y_9w8cCYSJimbiGiwunk6UIfk7JaeHzk?usp=sharing
However, it's clear to be seen that our fps is a little bit modest, and some frames are bad-reconstructed (we are currently fixing our hardware so the signal will me much more stable which should fix this problem).
I would like to ask you (and all other people who are reading this issue) to take a look at my code and give me some feedback.
Is there a better way to do this real-time data plotting? Please enlighten me.
Thank you so much!