Receive images from Biim portable ultrasound probe #792
-
From https://github.com/DevanshShukla41: 17 hours ago We are going to interface it with the PLUS toolkit for data collection. So for that, I wanted to ask you guys whether it will be possible to interface the PLUS toolkit for data collection with the "Biim Ultrasound Probe device," using the example which your lab has published on your website for Clarius Ultrasound Machine? adamrankin @DevanshShukla41 I am currently working on setting up an open-source server (EasyPacs) that helps me host the dicom images. Do you think that could work? Thank You so much, and I appreciate all your help! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
DICOM storage happens after the acquisition is completed. Even if automatic push is set up, you can expect variable time delay, in the magnitude of minutes. So, you will not be able to use DICOM transfer for volumetric reconstructions. If you just want to see the images show up in 3D Slicer then you can enable the listening server in 3D Slicer (C-STORE SCP - see details here). |
Beta Was this translation helpful? Give feedback.
-
While Plus doesn't have a DICOM tie-in, 3D Slicer can connect to a PACS to read images. However, it will not be real-time and Plus won't be able to synchronize tracking and video timestamps. |
Beta Was this translation helpful? Give feedback.
-
Thank You for the response, @lassoan, and @adamrankin. Also, could you guys explain to me a bit how and why the Clarius Ultrasound Device is more helpful than the Biim Ultrasound Device? And are you able to synchronize PLUS with the Clarius device on the computer, or are you guys using the video feed from their mobile application via the Listener API that basically allows you to screen-cast the video feed from the mobile application to any other device? Thank You so much! I really appreciate you guys helping me out! |
Beta Was this translation helpful? Give feedback.
Thank You for the response, @lassoan, and @adamrankin.
I understand what you have mentioned above. Basically, from my understanding, we need a real-time video feed from the ultrasound device on our computer to synchronize PLUS to it. Biim Ultrasound device doesn't have an API that allows real-time video feed on the computer, so that would be the problem.
So if there is an API that allows getting the video feed on the computer, then that should work, right?
And is there something else that you guys think if I can figure out, then that could work for the Biim Ultrasound device?
Also, could you guys explain to me a bit how and why the Clarius Ultrasound Device is more helpful than the Biim U…