journeyapps / zxing-android-embedded

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

Make auto-focus delay configurable #742

Open pallocchi opened 11 months ago

pallocchi commented 11 months 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 1 month ago

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