Objective
The objective for this python lib is be able to get images from USB probes easily, under python, in a user-friendly API, getting images in 3 lines of code.
import pyusbus as usbProbe probe = usbProbe.UP20() frames = probe.getImages(n=10)
Getting signals and images from ultrasound mechanical probes is an interesting step to know what radiofrequency signals mean in ultrasound imaging, be it for non-destructive testing or medical imaging. The two pulse-echo boards are achieving this, however, this requires extra hardware (electronics, probes, a fair bit of soldering, ..).
Getting ultrasound images could be more straightforward, especially considering ~1kUSD usb probes available on the market.
Let's see what we can do!
Interesting, considering that I happen to have a Globalmed ClearProbe at my disposal, which isn't supported anymore.