Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mpi3d/goodix-fp-dump
Browse files Browse the repository at this point in the history
  • Loading branch information
mpi3d committed May 21, 2022
2 parents 97c1e7f + acf414c commit 5879aea
Show file tree
Hide file tree
Showing 8 changed files with 657 additions and 50 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"python.pythonPath": "/bin/python",
"python.linting.enabled": true,
"python.linting.flake8Enabled": false,
"python.linting.mypyEnabled": true
}
7 changes: 7 additions & 0 deletions addfp_5110.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
python run_5110.py
mogrify -crop 64x80+0+0 -format jpg ./fingerprint.pgm
mkdir -p fpr
mv ./fingerprint.jpg fpr/$(cat ./id).jpg
echo $(($(cat ./id) + 1)) > ./id

Binary file added clear.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5879aea

Please sign in to comment.