3D view of vector image

Hi,
Currently, I am reading out ultrasound image data from the Clarius ultrasound device through Plusserver. This works fine and I can see the ultrasound image on the red slice. However, when I press the eye icon on the red slice, I don’t see the image in the 3D view, but only a black square. See image:

image

Is this a bug or do I have to change some settings? The image is a vector image.

Can you save the scene as mrb, upload it somewhere and post the link here?

Yes, I added the file in the following link:

https://ufile.io/og7p8xwo

The ultrasound images are saved in a sequence. So you can also navigate through time to see different ultrasound images.

Thank you for the image. You have run into this known limitation: RGBA images do not appear in image slices displayed in 3D views. I’ve tried to fix this issue a couple of months ago, but it would requires reworking of the imaging pipeline, which would take at least several days of work, so it is not likely to happen in the next 1-2 months.

Since the images are grayscale, it would make more sense to send them as a single-channel image from Plus. If you want to crop display to the image fan then you can send that on a separate channel (preferably only when the imaging geometry changes, to reduce bandwidth). You could also convert in Slicer (add an observer to the RGBA image and whenever it is updated, extract one of its components into a separate image), but it may decrease the frame rate.

1 Like