We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
isHighResolutionPhotoEnabled
1 parent ef09ba9 commit 174d2edCopy full SHA for 174d2ed
1 file changed
packages/react-native-vision-camera/ios/Extensions/Converters/AV+CapturePhotoSettings.swift
@@ -110,8 +110,6 @@ extension CapturePhotoSettings {
110
// Shoot in max resolution
111
if #available(iOS 16.0, *) {
112
settings.maxPhotoDimensions = output.maxPhotoDimensions
113
- } else {
114
- settings.isHighResolutionPhotoEnabled = true
115
}
116
117
// photoQualityPrioritization can only be set on processed photos.
0 commit comments