Hi, I wrote a python script to generate a set of frames of my views in paraview at different camera positions. I’m moving the camera position with renderView.CameraPosition=[x,y,z] and the camera seems to be following my instructions. My issue is that the resulting view is not centred on the objects I’m displaying which appear to be dislocated from the picture center. Acting on the center of rotation and camera focal point settings isn’t helping me. I would ideally want to move the camera the way I’m currently doing but keeping the object at the scene center as well.
Any guesses?
Thanks!
Please share a simple python script to reproduce the problem.