Skip to content

This project uses ZK4500 Fingerprint with Javafx to demonstrate how to use fingerprint scanner

Notifications You must be signed in to change notification settings

jihadmahdi/ZK4500-FingerPrint-Demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple project that allows you to register your name along with two fingerprints, and then verify you later on.

Database => MySQL, Database driver => jdbc (JAVA)

To setup your own DB: create a schema named => fingerprint_test, create a table named => fingerprintinfo.

table columns: ID => primary key auto increment, Name => varchar(45), temp1 => longtext, temp2 => longtext.

You need ZK4500 fingerprint scanner or equivalent.

Snapshot

Alt text

Alt text

About

This project uses ZK4500 Fingerprint with Javafx to demonstrate how to use fingerprint scanner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.5%
  • HTML 1.5%