Cannot change camera rotation (default position)

Yo can’t transform the camera if you later call controls.update(). OrbitControls will overwrite anything what you have applied so far. So one simple solution is to not update the controls if you are transforming the camera by yourself: