I get from AR session, the current frame with: self.sceneView.session.currentFrame?.capturedImage so I get a CVPixelBuffer with my image information.
self.sceneView.session.currentFrame?.capturedImage
I follo