Recording ARKit as Video

Hi, Is there a performant way to record the ARKit view as a video?


- I've tried to use ReplayKit, but the methods are just not getting called.
- I've tried the ARSessionDelegate call backs to get a CVPixelBuffer, but it's not a fully rendered frame.


Has anyone got a solution?

Replies

I tried ARCapture today and it works very nicely.

It also appears to support occlusion also.... nice job !