ZKTeco focus on Biometrics of fingerprint, face recognition, finger vein and iris recognition, provides products of time attendance and access control. Use this tag for questions about its SDK.
Questions tagged [zkteco]
117 questions
0
votes
3 answers
how to connect zkteco k40 with PHP(attendance device)
I want to connect ZKteco k40 with php on xammp localhost to get attendance data
what I'm doing write now
Given ip address to zk40 192.168.1.201, subnet mask 255.255.255.0,
gateway 0.0.0.0, DHCP off, passaword 0
Connected the device to pc(windows)…

Ali Ahmed Siddiqui
- 29
- 1
- 1
- 9
0
votes
1 answer
how to change the time of a ZKTeco Biometric zkemkeeper.dll c#
I request your help. I have a bioface 2 device and I am working with the ZKTECO.DLL called zkemkeeper.dll and I need to be able to change the date and time of the device from C#.
but I have no idea how to do it ...
Thank you

Gerardo Wooker
- 1
- 1
-1
votes
0 answers
Displaying ZKT biometric device check-ins from SQL database in React app using .NET Core backend
I have a ZKT biometric device that reads employee fingerprints and faces. The device is directly connected to an SQL database. Whenever an employee checks in, the record is saved in the CHECKINOUT table in the database.
I have a .NET Core…

Irfan Arif
- 25
- 6
-1
votes
0 answers
How to factory reset device zkteco eface10
I have a zkteco eface10 device, I created a user account using face+password, when I tried to remove the password but forgot to change the user rules so I couldn't enter the device settings.
I have used the zkteco password reset app but nothing…

Asfir
- 1
-1
votes
1 answer
Type or namespace 'zkemkeeper' cannot be found even after referencing the zkemkeeper.dll file
I have a C# program that I can run just fine within Visual Studio but it doesn't work when I try compiling it using a console like Command Prompt (csc Program.cs) even after referencing the zkemkeeper.dll file and added the using directive as well…

Mohammad Jamjoom
- 1
- 3
-1
votes
1 answer
Problems uploading a ZK Face String Template to a device
Device Model: SpeedFace-H5L
SDK Im using: StandAlone SDK-Ver6.3.1.34
Conected via TCP/IP
When i use GetUserFaceStr I get all the templates but when I try to do SetUserFaceStr the operation fails and returns a -103 Error Code, In the documentacion it…
-1
votes
2 answers
Connect ZKTECO device from hosted django Site gives an error
I have created a site that connect ZKTECO K40 device. The connection Method is pretty simple:
from zk import ZK, const
zk = ZK('192.168.1.13', port=4370, timeout=5)
conn = zk.connect()
This makes a connection while running from a local host…

Bibek Dhakal
- 11
- 2
-1
votes
1 answer
Can I install Fingerprint Device SDK as well as run . exe file in Windows 10 IoT Core?
I have a ZK Teco Fingerprint Device and Printing Device and I am building a solution to Print Token when fingerprint matched. I am using C# for building windows form application. Its working absolutely fine but I want to switch Raspberry Pi 3 Model…
-1
votes
1 answer
how do i get a specific data from array using tad php master API
I have an array like the code bellow:
Array ( [Row] => Array ( [0] => Array ( [PIN] => 269 [DateTime] => 2019-04-03 00:00:10 [Verified] => 0 [Status] => 1 [WorkCode] => 0 ) [1] => Array ( [PIN] => 56 [DateTime] => 2019-04-03 00:00:33 [Verified] =>…

NOOB
- 33
- 6
-1
votes
1 answer
How to save finger data into a Database and Match finger with c# in ZK4500 Fingerprint Scanner?
I am using ZKFingerSDK 5.3. It has a demo for c# where they used a memory cache for testing purpose but I need to save finger data to database and match finger data for customer identification.
Please give me a example how to save finger data into…

Al Emran
- 46
- 1
- 6
-2
votes
2 answers
How to connect a ZKTeco device with laravel which is protected by Communication Password
I am facing an issue that my client have an attendance device ZKTeco K50 which is protected by communication password. Using rats/zkteco when I send request for connecting with device it connects but after that I am unable to get data from device…

Johar Alam
- 1
- 2
-4
votes
1 answer
Create own software for biometric devices
I have a question: I want to know if I have biometric device of zkteco company and I want to create my own software for this device by using c# then how can I do this?
Actually I am a newbie and want to learn. I hope you got my point what I am…

Rahul das
- 1
- 1