Posts

Post not yet marked as solved
12 Replies
Actually I was just disabling the geometric distortion correction in the wrong place. I'm getting all three camera calibration values now. Thanks!
Post not yet marked as solved
12 Replies
I've set device.isGeometricDistortionCorrectionEnabled to false and photoSettings.isCameraCalibrationDataDeliveryEnabled to true using the .builtInTripleCamera, and I'm getting the following error: settings.cameraCalibrationDataDeliveryEnabled may not be set to YES unless self.cameraCalibrationDataDeliverySupported is YES'.
Post not yet marked as solved
12 Replies
It looks like there's an error being thrown when cameraCalibrationDataDeliveryEnabled is set to true using AVCaptureDevice.deviceType.builtInTripleCamera. Any idea why that might be happening? Is there any way to get the camera calibration data using the triple camera on the iPhone 11 Pro? Thank you.