Ultrasound image difference in Slicer version 4.10 and 4.11

Hi,

I am using slicerIGT with plusserver to load tracked ultrasound images into 3D Slicer. We use the BK ultrasound system. On Slicer version 4.10, this worked fine and the ultrasound image is displayed like this:
image

Now we want to update our setup to Slicer version 4.11, but something seems to go wrong with the orientation of the image. The origin of the ultrasound image (top left corner) is displayed at the center of the red slice field of view, which looks like this (after automatic field of view selection):
image

We did not change anything in the plus config file or transformations. Could you solve this problem to visualize the ultrasound image correctly in Slicer 4.11?

Does clicking on the “Reset field of view” button fix the issue?

If not, can you save an example scene (in .mrb format), upload it somewhere, and post the link here so that we can have a look?

Thanks for your response! Reset the field of view button did not work.

Here is the uploaded scene: Upload files for free - 2021-07-05-Scene.mrb - ufile.io

However, when opening this scene, the view of the ultrasound image is correct. But when connecting to the real time ultrasound device through openIGTlink, the image view shifts.
It seems like there is a shift of the origin, since the (0,0) coordinate is in the top left corner of the red slice and the supposed origin of the ultrasound image is at the center of the red slice:

US Slicer 4.11 coordinates

Do you know what could be causing this problem and how I could fix it?

I cannot reproduce the behavior that you describe. For me, the image appears in the center by default. But it should not be an issue if the image does not fill the view or not centered by default, because you can always center it by clicking the “Reset field of view” button or if you use a Python code snippet to set up the scene then you can add slicer.util.setSliceViewerLayers(fit=True).