Skip to content

Commit e5f135e

Browse files
committed
Update README
1 parent eed1196 commit e5f135e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ struct QRCodeScannerExampleView: View {
9191
## Scanning small QR codes
9292

9393
Scanning small QR code on devices with dual or tripple cameras has to be adjusted because of minimum focus distance built in these cameras.
94-
To have the best possible focus on the code we scan it is needed to choose the most suitable camera and apply recommended zoom factor.
95-
96-
If you need to scan small QR codes use `AVCaptureDevice.zoomedCameraForQRCode(withMinimumCodeSize:)` method in `CodeScannerView` initializer for `videoCaptureDevice`.
94+
To have the best possible focus on the code we scan it is needed to choose the most suitable camera and apply recommended zoom factor.
9795

9896
Example for scanning 20x20mm QR codes.
9997

0 commit comments

Comments
 (0)