diff --git a/changelog/60_UNRELEASED_2020-xx-xx.md b/changelog/60_UNRELEASED_2020-xx-xx.md index 4657382c..54e3cccf 100644 --- a/changelog/60_UNRELEASED_2020-xx-xx.md +++ b/changelog/60_UNRELEASED_2020-xx-xx.md @@ -53,6 +53,7 @@ - Via an FastCGI parameter (lower priority) - Performance improvements (page loading time) of the stock overview page (thanks @fipwmaqzufheoxq92ebc) - The prerequisites checker now also checks for the minimum required SQLite version (thanks @Forceu) +- More `config.php` settings (see the section `Component configuration for Quagga2`) to tweak Quagga2 (this is the component used for device camera for barcode scanning) (thanks @andrelam) - Some localization string fixes (thanks @duckfullstop) - New translations: (thanks all the translators) - Greek (demo available at https://el.demo.grocy.info) diff --git a/config-dist.php b/config-dist.php index 156db9de..b8bc56c1 100644 --- a/config-dist.php +++ b/config-dist.php @@ -135,8 +135,8 @@ DefaultUserSetting('auto_reload_on_db_change', true); DefaultUserSetting('show_clock_in_header', false); # Component configuration for Quagga2 - read https://github.com/ericblade/quagga2#configobject for details -# Default for Grocy is as below -# For iPhone 7 PLus, halfsample = true, patchsize = small, frequency = 5 yields very good results +# Below is a generic good configuration, +# for an iPhone 7 Plus, halfsample = true, patchsize = small, frequency = 5 yields very good results DefaultUserSetting('quagga2_numofworkers', 4); DefaultUserSetting('quagga2_halfsample', false); DefaultUserSetting('quagga2_patchsize', 'medium');