Viz3D module issues starting with VTK 9.1.0

Hi!

I already made a topic about Viz3D not working correctly with VTK 9.1.0. There is still an issue, but it kind of changed.
What happens now, is that the spinOnce method launches the Viz window, the scene and widgets update, but I am unable to rotate the camera or close the window using the q key.

I’m running Arch Linux, VTK 9.1.0 and OpenCV 4.6.0 with Python 3.10.4

that is to be expected of spinOnce. it spins the event loop once (or for a defined amount of milliseconds). interaction requires it to be running for an amount of time that stretches over the interaction.

I run it inside a while loop, just as it is presented in this example