← All projects

ZkTecoFingerPrint

by @rainxh11

13

A trimmed down sane API for using ZkTeco fingerprint reader usb devices

About this project

ZkTecoFingerPrint: a robust and simple to use library to use ZkTeco Fingerprint Reader Device. this library uses native ZkTeco dlls directly instead of the buggy libzkfpcsharp implementation shipped with the SDK Installation: Nuget Pacakge Downloads - - Usage: Initialize and Query devices count: Using a device (The recommended way): (open device is exclusive to the application using it and cannot be used elsewhere before closing it or terminating the application) Closing a device: Comparing a fingerprint template against another: Example usage identifying a user from database: Getting Device Information: Polling for fingerprints manually: Missing ZkTeco features found in SDK: This library uses SourceAFIS for fingerprint templates and matching instead of ZkTeco's DB functions from the SDK were deemed unnecessary, so they weren't implemented. Rant about ZkTeco The ZkTeco SDK and C# library is the worst API I've ever had to deal with. Those dumb developers at ZkTeco should be ashamed of releasing an SDK in this state. If you want to interface with a fingerprint device programmatically, avoid ZKTECO products.

From the project README on GitHub

Stars
13
Forks
1
License
MIT
Last push
20 Nov 2023

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/zktecofingerprint.svg)](https://www.madeinalgeria.dev/projects/zktecofingerprint)

Related projects