I set both the AVCapturePhotoOutput and the AVCapturePhotoSettings with maxPhotoDimensions = .init(width: 8064, height: 6048), but still get the 12mp photo.
Cannot capture 48mp resolution photo
What lens are you using? To get it working I had to use the Wide camera, not the Triple Camera system.
Hello @zangtao.i,
What is the photo quality prioritization you are setting on your capture settings? Try setting it to photoOutput.maxPhotoQualityPrioritization.
-- Greg