clariusdev / cast

APIs for Researchers and Marketplace Apps
https://www.clarius.com
BSD 3-Clause "New" or "Revised" License
37 stars 16 forks source link

Transmit M-Mode video data to python programm with cast api #134

Closed Contused closed 1 year ago

Contused commented 1 year ago

In our research project we try to display the ultrasound video together with the m-mode from the clarius (c3 hd3) probe. We can't find any option to get the m-mode data. The function newProcessedImage only transmits the ultrasound images without the m-mode images.

Is there a way to transmit the m-mode video data corresponding to the ultrasound video received by newProcessedImage?

clariusk commented 1 year ago

yes, check out the newSpectralImage callback

Contused commented 1 year ago

Yes that works. Thank you very much!