-1

Fellows, I'm using ARSCNView, I need to capture camera's content and rendered (virtual) content into separate UIImages.

To capture camera's content I'm using ARFrame.capturedImage.

The question is how can I capture virtual content with transparent background?

1 Answers1

0

Solution found! I was able to remove real content by setting scene background content and snapshot view after that

arView.isOpaque = false
arView.scene.background.contents = .clear