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