Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b4a0556
feat: add basics of sigfm impl
0x00002a Nov 4, 2022
18b8d56
chore: improve docs on sigfm and cleanup
0x00002a Nov 6, 2022
9539640
fix: loose constraints on stream ser/de
0x00002a Jan 22, 2023
b6107a9
fix: force enrolled print using nbis
0x00002a Jan 22, 2023
ee1a6b3
fix: warning on freeing mem used by serialize for sigfm
0x00002a Jan 20, 2023
c8b317e
feat: identitfy using sfm
0x00002a Nov 4, 2022
0981791
chore: add/update license headers
0x00002a Nov 5, 2022
8a57230
feat: improve error reporting for sigfm
0x00002a Nov 5, 2022
04b811f
chore: sfm -> sigfm
0x00002a Nov 6, 2022
9c4a341
fix: not freeing memory on test completion
0x00002a Jan 22, 2023
c7ff9ff
doc: Update documentation of edited functions
mpi3d Nov 19, 2022
dc3be81
fix: Add a minimum keypoint count
mpi3d Nov 19, 2022
4e2d090
chore: bz3_threshold -> score_threshold
0x00002a Dec 16, 2022
fe97f7a
chore: remove unused var
0x00002a Dec 16, 2022
04d7a6e
chore: add opencv and doctest to ci
0x00002a Jan 22, 2023
ad34c99
fix: not checking extends before reading from stream
0x00002a Jan 22, 2023
321f800
fix: possible exception escape from sigfm_extract
0x00002a Jan 22, 2023
ef74ae2
fix: sigfm header not installed
0x00002a Mar 19, 2023
936dbc1
elan: switch to sigfm
Tooniis Sep 14, 2023
4dffcfd
Initial driver for Chipsailing CS9711Fingprint
ddlsmurf Apr 6, 2024
96553d1
temporary: Update README.md for this fork
ddlsmurf May 10, 2024
f4021b3
Update README.md with Fedora instructions
ericlinagora Jan 5, 2025
1d99681
Remove CS9711 from unsupported hardware list, since this fork adds su…
deftdawg Dec 16, 2025
d592784
Add devbox w/ some quick commands to build and test
deftdawg Dec 16, 2025
c2d163f
Fix SIGSEGV init crash when CS9711 device returns unexpected data (8k…
deftdawg Dec 31, 2025
f0efba1
Changes derived from RE Windows driver:
deftdawg Jan 19, 2026
0f29cb4
Update libfprint/drivers/cs9711/cs9711.c
deftdawg Jan 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

# Automatically sets up your devbox environment whenever you cd into this
# directory via our direnv integration:

eval "$(devbox generate direnv --print-envrc)"

# check out https://www.jetify.com/docs/devbox/ide_configuration/direnv/
# for more details
2 changes: 1 addition & 1 deletion .gitlab-ci/libfprint-image-variables.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
variables:
LIBFPRINT_IMAGE_TAG: v6
LIBFPRINT_IMAGE_TAG: v7
4 changes: 3 additions & 1 deletion .gitlab-ci/libfprint-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@
libgusb \
libusb \
openssl \
pixman
pixman \
opencv-devel \
doctest-devel
Loading