How to set VR camera position in Python?

Hi,
I am trying to develop a Python script for viewing an STL file through your VR module for 3DSlicer.
I need to set up the camera position, but as far I didn’t succeed.
I tried with:

slicer.modules.virtualreality.viewWidget().renderWindow().GetRenderers().GetItemAsObject(0).SetViewPoint(position)

but it has no effect in the viewer.

Can you help me with this?

Based on the information you gave I’m not sure what it is exactly that you want, but I think this function may help SlicerVirtualReality/qMRMLVirtualRealityView.h at master · KitwareMedical/SlicerVirtualReality · GitHub