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?