vision-camera-code-scanner
vision-camera-code-scanner copied to clipboard
feat(zoom): fix missing neutralZoom for newer iPhones
Newer iPhones have neutralZoom of 2 and therefore cannot find small QR-Codes if zoom is at it's default value 1. This commit uses the device neutralZoom property as the default zoom level. Fixes #76.
Fixed in https://github.com/jorgebrunetto/vision-camera-code-scanner
Really important fix