Libzkfp.dll (2027)
: Expanding compatibility beyond Windows to include Linux, macOS, Android, and iOS, to cater to the diverse ecosystems of today's connected world.
libzkfp.dll is . You cannot redistribute it freely without a developer license from ZKTeco or an authorized reseller. libzkfp.dll
| Function Name | Purpose | | :--- | :--- | | | Scans the system for connected ZKTeco fingerprint readers. | | ZKFP_OpenDevice | Establishes a communication handle to a specific device (by index). | | ZKFP_AcquireFingerprint | The core capture function. It waits for a finger press and returns the raw image. | | ZKFP_GetImage | Retrieves the fingerprint image buffer from the device memory. | | ZKFP_ExtractFeature | Processes the raw image to generate a small, unique "template" (usually 512 bytes to 2KB). | | ZKFP_DoIdentification | Compares a newly captured template against an entire database in memory and returns the best match (1:N identification). | | ZKFP_DoVerification | Compares a new template against a single stored template to confirm if they match (1:1 verification). | | ZKFP_CloseDevice | Releases the device so other applications can use it. | : Expanding compatibility beyond Windows to include Linux,
The library allows developers to perform biometric operations directly through their applications, including: Initialization | Function Name | Purpose | | :---