Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libfprint
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Service Desk
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
libfprint
libfprint
Commits
4f7e5077
Commit
4f7e5077
authored
Nov 09, 2018
by
Bastien Nocera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add fpi-dev-img section to the docs
parent
f2e3a840
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
0 deletions
+32
-0
doc/libfprint-docs.xml
doc/libfprint-docs.xml
+1
-0
doc/libfprint-sections.txt
doc/libfprint-sections.txt
+22
-0
libfprint/fpi-dev-img.c
libfprint/fpi-dev-img.c
+9
-0
No files found.
doc/libfprint-docs.xml
View file @
4f7e5077
...
...
@@ -40,6 +40,7 @@
<title>
Writing Drivers
</title>
<xi:include
href=
"xml/fpi-log.xml"
/>
<xi:include
href=
"xml/fpi-dev.xml"
/>
<xi:include
href=
"xml/fpi-dev-img.xml"
/>
<xi:include
href=
"xml/fpi-core.xml"
/>
<xi:include
href=
"xml/fpi-core-img.xml"
/>
<xi:include
href=
"xml/fpi-ssm.xml"
/>
...
...
doc/libfprint-sections.txt
View file @
4f7e5077
...
...
@@ -197,6 +197,28 @@ fp_dev_set_instance_data
FP_INSTANCE_DATA
</SECTION>
<SECTION>
<INCLUDE>fpi-dev-img.h</INCLUDE>
<FILE>fpi-dev-img</FILE>
fp_imgdev_action
fp_imgdev_state
fp_imgdev_enroll_state
fp_imgdev_verify_state
fpi_imgdev_abort_scan
fpi_imgdev_activate_complete
fpi_imgdev_close_complete
fpi_imgdev_deactivate_complete
fpi_imgdev_get_action
fpi_imgdev_get_action_result
fpi_imgdev_get_action_state
fpi_imgdev_image_captured
fpi_imgdev_open_complete
fpi_imgdev_report_finger_status
fpi_imgdev_session_error
fpi_imgdev_set_action_result
</SECTION>
<SECTION>
<INCLUDE>fpi-core.h</INCLUDE>
<FILE>fpi-core</FILE>
...
...
libfprint/fpi-dev-img.c
View file @
4f7e5077
...
...
@@ -25,6 +25,15 @@
#include "fpi-async.h"
#include "fp_internal.h"
/**
* SECTION:fpi-dev-img
* @title: Image device operations
*
* As drivers work through different operations, they need to report back
* to the core as to their internal state, so errors and successes can be
* reported back to front-ends.
*/
#define MIN_ACCEPTABLE_MINUTIAE 10
#define BOZORTH3_DEFAULT_THRESHOLD 40
#define IMG_ENROLL_STAGES 5
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment