Hey, captureHighResolutionFrame() produces the normal camera shutter sound and that really doesn't fit the ARKit context. I can't override it the usual way because there's no AVCaptureSession object in ARSession. Any ideas on what to do? Thanks!
Hello @jgilat,
There is no supported way to achieve this, please file an enhancement request using Feedback Assistant.
Alternatively, you can always "grab" still frames from the video stream provided to the ARSessionDelegate, but those video frames have significantly lower quality than the high-resolution photo capture.
Best regards,
Greg