wlmeng11 / rtl-ultrasound

🔊 Ultrasound imaging with RTL-SDR
GNU General Public License v3.0
77 stars 14 forks source link

Live image rendering #1

Open smu160 opened 5 years ago

smu160 commented 5 years ago

Hello,

I enjoyed reading about the work you did, and I noticed that you hope to turn this into something that can render sonograms, live. I have done some work specifically within the realm of turning a live ultrasound signal into an image. Feel free to utilize what I wrote up to render your images live. Alternatively, I'd be glad to adapt my code for your needs and then make a pull request.

You can check out what I produced here: https://github.com/smu160/Real-Time-Sonogram.

Thank you!

wlmeng11 commented 5 years ago

Very neat! :) Combining the C++ and Python codes into a single program may be awkward, but perhaps it will be useful to stream data from one program to another over a standard protocol. Thanks for sharing!