Relative Content

Tag Archive for iosswiftavfoundationarkit

Is it possible to use ARKit with `AVCaptureMultiCamSession`?

I have explored using ARSCNView whose .session is running an ARWorldTrackingConfiguration with userFaceTrackingEnabled = true as seen in this example. The problem with this approach is that, while this will show me the external world while also giving me ARFaceAnchor data, I am fairly certain that there is no way to change the ARWorldTrackingConfiguration‘s camera to be an external camera.