journeyapps / zxing-android-embedded

Barcode scanner library for Android, based on the ZXing decoder
https://journeyapps.com/
Apache License 2.0
5.77k stars 1.27k forks source link

Make auto-focus delay configurable #742

Open pallocchi opened 1 year ago

pallocchi commented 1 year ago

It's not clear why the focus delay is fixed in 2000 milliseconds and cannot be changed.

I propose to make it configurable so that anyone can tune it to their specific needs.

emartynov commented 5 months ago

Update: Not sure if you want to add checks for the negative value, 0 or maybe some super small value.