packages/libfprint: significantly increase frame capture count
This commit is contained in:
parent
2760913689
commit
64f07da08c
1 changed files with 13 additions and 0 deletions
13
patches/base/libfprint/increase-frames.patch
Normal file
13
patches/base/libfprint/increase-frames.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
diff --git a/libfprint/drivers/goodixtls/goodix53xd.c b/libfprint/drivers/goodixtls/goodix53xd.c
|
||||||
|
index 8fe8c1f..8a4b2dd 100644
|
||||||
|
--- a/libfprint/drivers/goodixtls/goodix53xd.c
|
||||||
|
+++ b/libfprint/drivers/goodixtls/goodix53xd.c
|
||||||
|
@@ -50,7 +50,7 @@
|
||||||
|
// extra end
|
||||||
|
#define GOODIX53XD_RAW_FRAME_SIZE \
|
||||||
|
(GOODIX53XD_HEIGHT * GOODIX53XD_SCAN_WIDTH) / 4 * 6
|
||||||
|
-#define GOODIX53XD_CAP_FRAMES 1 // Number of frames we capture per swipe
|
||||||
|
+#define GOODIX53XD_CAP_FRAMES 30 // Number of frames we capture per swipe
|
||||||
|
|
||||||
|
typedef unsigned short Goodix53xdPix;
|
||||||
|
|
Loading…
Reference in a new issue