rsainiWin
rsainiWin
Facing the same issue
Also facing the same on Android
These are logs from xcode only @mrousavy
https://github.com/user-attachments/assets/f876e971-ab7c-41a1-97f8-4eca2aa9a174
This is what we use in general {autoFocusSystem: 'phase-detection'}, {photoAspectRatio: 1}, { photoResolution: Platform.OS === 'ios' ? 'max' : {width: 1080, height: 1080}, }, I've tried different focus system and...
Sorry for the confusion Kind of working ( not properly) when `autoFocusSystem = contrast-detection` {"autoFocusSystem": "contrast-detection", "fieldOfView": 104.81095123291016, "maxFps": 60, "maxISO": 1728, "minFps": 2, "minISO": 18, "photoHeight": 1512, "photoWidth": 2016,...
Also when i set to autoFocusSystem phase-detection the photo capture when using fails with below error ` Failed to take photo! [capture/unknown: Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be...
Also the Blur view has increased further on the latest version of library vs 4.3.1
one of my Iphone 15 pro user also reported the same
@mrousavy Findings: If i pass empty array to filter in format then Blurry issue is present If i dont pass the format prop itself then there's no blur issue