I'd like to zoom-in inside an ARSCNView. Easy to do in a SCNView by setting the fieldOfView of the SCNCamera instance, however ARSession / ARSCNView have an iron grip on the SCNCamera (for obvi reasons). Is there a proper way to zoom the ARSession physical camera, and thus the SCNCamera? FYI: My AR experience deals with distant objects in the sky.
How do you configure the fieldOfView for an ARSession / ARSCNView?
I couldn't figure this out, I assume it mostly impossible. I instead ditched ARSCNView and I now render the video in Metal and control the scene camera manually.