You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had an issue where the sharpness of the image was really poor on the newest iPhone (13 and up). I fixed it by adding this to my code, overriding the behaviour of some components:
This forces the camera to use full HD resolution. The problem is, when used in iPhones with 3 back cameras, where one of them is specifically used for close up pictures, it does not work. The image is blurry, because it does not automatically change to this camera. The main camera in those iPhones is not projected for close up pictures, so the image when trying to read a barcode is very blurry, so it doesn't work.
Is there any way to force the phone to use this special close up camera when present?
The text was updated successfully, but these errors were encountered:
Hi!
I had an issue where the sharpness of the image was really poor on the newest iPhone (13 and up). I fixed it by adding this to my code, overriding the behaviour of some components:
This forces the camera to use full HD resolution. The problem is, when used in iPhones with 3 back cameras, where one of them is specifically used for close up pictures, it does not work. The image is blurry, because it does not automatically change to this camera. The main camera in those iPhones is not projected for close up pictures, so the image when trying to read a barcode is very blurry, so it doesn't work.
Is there any way to force the phone to use this special close up camera when present?
The text was updated successfully, but these errors were encountered: