mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
aes1610: decrease bz3_threshold to 20
This commit is contained in:
@@ -844,7 +844,7 @@ struct fp_img_driver aes1610_driver = {
|
||||
.img_height = -1,
|
||||
.img_width = IMAGE_WIDTH,
|
||||
|
||||
.bz3_threshold = 50,
|
||||
.bz3_threshold = 20,
|
||||
|
||||
.open = dev_init,
|
||||
.close = dev_deinit,
|
||||
|
||||
Reference in New Issue
Block a user