Files
pallectrum/electrum
SomberNight c43a691eee qt gui: qrreader: lower strong_count in qtmultimedia based reader
The qtmultimedia-based qrreader has the concept of "strong_count":
before the scanner returns a decoded qr code result, it waits until
it has seen at least "strong_count" (e.g. 10) frames in which the qr code was seen and successfully decoded.
I think the idea might have been to reduce false positives, mis-decoding qr codes from bad frames.
However in practice it makes scanning even moderately sized qr codes really difficult for the user:
it takes several seconds (at least on my laptop cam) to obtain enough "clear" frames that count into the strong_count.

So I am lowering the strong_count to 2, down from CAMERA_FPS/3,
which makes it easier to scan, and I still haven't seen false positives even with this value.
2025-01-10 12:59:56 +00:00
..
2024-09-18 15:48:38 +00:00
2024-12-20 15:34:26 +01:00
2024-05-30 13:08:13 +00:00
2024-12-20 15:34:26 +01:00
2024-10-22 09:26:36 +02:00
2024-12-20 15:34:26 +01:00
2024-02-12 18:26:08 +00:00
2024-11-19 12:58:56 +01:00
2024-06-04 18:29:17 +00:00
2024-06-04 13:42:57 +00:00
2024-11-25 10:56:50 +01:00
2024-12-20 15:34:26 +01:00
2024-11-29 17:09:29 +08:00
2024-05-22 15:26:26 +00:00
2024-04-24 14:14:31 +00:00
2024-03-01 11:21:49 +01:00
2024-05-20 16:57:11 +02:00
2024-11-25 10:56:50 +01:00