Search code examples
ioscameraarscnview

How to remove the camera feed in ARSCNView?


I'd like to replace the camera feed in ARSCNView as the camera quality is not as good as the native camera feed.

Does anyone know how to remove the camera feed in ARSCNView?


Solution

  • The above answer does not work for me

    sceneView.scene.background.contents = UIColor.clear
    

    does work for me though