ARSCNView without live video feed?

The documentations says :

The view automatically renders the live video feed from the device camera as the scene background.


Is there an way to disable or hide the video feed? I would like to just have a plane background.


I can of course render something on top of the video to hide it, or I can have another SCNView and copy the camera and stuff... but I would rather just disable the feed.

Replies

You can set the background content to any color or UIImage like so:


sceneView.scene.background.contents = UIColor.red