https://github.com/ankit417/secugen-fingerprint
capture and verify finger print with secugen scanner
https://github.com/ankit417/secugen-fingerprint
Last synced: 8 months ago
JSON representation
capture and verify finger print with secugen scanner
- Host: GitHub
- URL: https://github.com/ankit417/secugen-fingerprint
- Owner: ankit417
- Created: 2022-03-14T05:46:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T17:49:17.000Z (almost 4 years ago)
- Last Synced: 2025-04-08T07:06:02.005Z (about 1 year ago)
- Language: Java
- Size: 15.4 MB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secugen fingerprint REST API
spring-boot rest api for secugen fingerprint scanner.
- Capture and Verify fingerprints
## Project Setup
- Install JDK_17.02 or above
- Add Java to System Variables
- Add java path
- Add JAVA_HOME
- Install Secugen WBFD driver
- Copy secugen DLL files to windows
## Running Project
```
mvn spring-boot:run
```
http://localhost:9090/fingerprint \
Method : Get
Creates a new fingerprint. It will return base64 image of the fingerprint and also the Minutae data which can be stored in database to verify fingerprints.
http://localhost:9090/verify \
Method: Post\
body: fingerprint data\
Verifies fingerprint. You need to pass minutae data saved in database to verify fingerprint.
## Sources
https://secugen.com
## Documentation
[Software Installation and Drivers](https://webapi.secugen.com/docs/SECUGEN_WEB_SERVICE_API_DOC.pdf)\
[Downloads](https://secugen.com/drivers/)\
[Guides](https://secugen.com/guides/)