Skip to content

Commit

Permalink
upeksonly: decrease bz3_threshold for 147e:1001
Browse files Browse the repository at this point in the history
Its width is only 216 pixels, and it appears not to be enough for matching at
default threshold.
  • Loading branch information
anarsoul committed Feb 11, 2016
1 parent f2550f8 commit b242f82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libfprint/drivers/upeksonly.c
Original file line number Diff line number Diff line change
Expand Up @@ -1359,6 +1359,7 @@ static int dev_init(struct fp_img_dev *dev, unsigned long driver_data)
case UPEKSONLY_1001:
sdev->img_width = IMG_WIDTH_1001;
upeksonly_driver.img_width = IMG_WIDTH_1001;
upeksonly_driver.bz3_threshold = 25;
assembling_ctx.line_width = IMG_WIDTH_1001;
break;
case UPEKSONLY_2016:
Expand Down

0 comments on commit b242f82

Please sign in to comment.