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.
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!
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!