Hello, after my 3DSlicer is connected to the camera, the image displayed is upside down, and clicking the center button next to R is just adapt to the center display of the screen, which is still upside down. How do I flip it? Or the flip caused by my configuration file parameters not being correct
You have two main options:
- A. Set the correct physical directions (which images axis corresponds to which physical axis) in the volume node using
SetIJKToRASDirections
. If you use PlusToolkit for image streaming then then you can set the image orientation using the M/U/N/F codes. - B. Set the desired orientation (what physical direction corresponds to which directions on the screen) in the slice node using
SetSliceToRAS
.