Try this. Set focal point to origin and
m_vtkRenderer->GetActiveCamera()->SetViewUp(0, -1, 0)
To understand how the camera system works in general (OpenGL/Vulkan/DirectX), I’d recommend reading this