Questions tagged [zkteco]

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.

117 questions
0
votes
0 answers

How I Can Integrate And Develop zkteco fingerprint scanner (reader) with project Asp Net Mvc5?

I have a zkteco slk20r fingerprint reader, and I have web application ASP.NET MVC5, Please I want to help me to define it to register the fingerprint for each user and the login authentication with it?
0
votes
1 answer

Why is the online enrolling of ZKTeco time attendance terminal returning result=6?

I am using a ZKTeco Time Attendance Terminal with these details: Model: K50-A Platform: JZ4725_TFT Firmware: Ver 6.60 May 25 2018 FP Algorithm: 10 I can perform almost all operations found in the demo application, except the online…
mshsayem
  • 17,557
  • 11
  • 61
  • 69
0
votes
3 answers

pyzk how to get the result of live capture

: 1495 : 2020-02-11 11:55:00 (1, 0) Here is my sample result but then when I'm trying to split it gives me error Process terminate : 'Attendance' object has no attribute 'split' In the documentation it says print (attendance) # Attendance…
jacob Denis
  • 51
  • 11
0
votes
2 answers

Zkteco How to read attendance by log period?

How do I use sta_readLogByPeriod code? Here's a Source code from Zkteco but it is not working. string fromTime = stime_log.Text.Trim().ToString(); string toTime = etime_log.Text.Trim().ToString(); DataTable dt_periodLog = new…
bpoom za
  • 75
  • 1
  • 7
0
votes
1 answer

Zkteco Time Attendance Terminal (K14) (Auto download logs to DB)

I'm using Zkteco k14 and the app that comes with it. The app comes with a feature that auto downloads Zkteco device logs to the DB. The bad thing is, it's only has 1 min. interval and it's kinda buggy. My question is. Is there a way or a script to…
phengcorn
  • 3
  • 1
  • 2
0
votes
4 answers

delete user from zk attendance device using c# api

I have set of ZK attendance device that using static IP address. I'm enrolling users to this machines using zkmkeeper.dll in C#. now i want to delete old users from these machines using system. I can't find the function to delete users, but there is…
Saranga
  • 530
  • 2
  • 8
  • 29
0
votes
1 answer

Does Zkteco SDK works with Qube biometrics?

I Have a program that works with class of zkemkeeper and i'm wondering if zkemkeeper can also works with other brand of biometrics like Qube QF40? If not. is there a freeware to use for the sdk of qube ?
0
votes
1 answer

Version/Time of FingerPrint/Face

We have a few of these units and need to "synchronise" or "replicate" across devices. We have a program which connects to each of them and collects the data using the functions, GetUserFaceStr and GetUserTmpExStr. The current flow is to compare the…
Simon
  • 1,385
  • 1
  • 11
  • 20
0
votes
2 answers

write special data to Mifare IC card with ZKteco time attendance device

I'm a programmer and I'm developing a software for my client who wants to control his club devices for his customers. Can I write certain information (for example a special number ) on a particular part of the IC card by my time attendance device?…
0
votes
1 answer

ZKTeco SDK Fingerprint Scanner with ZKFinger and standalonesdk

I need to test and implement if it will be potable to send email to management once a door has been unlocked via a SF200 SKTeco device. My Question is: Do i need a device or does the ZKFinger SDK run as a virtual device. I will appreciate any…
0
votes
1 answer

When connect fingerprint scanner /zk9500/ to tablet, doesn't ask permission

I'm using this fingerprint scanner /zk9500/ first time. i compile jar files. implementation files('libs/zkandroidcore.jar') implementation files('libs/zkandroidfpreader.jar') So i write this code. private BroadcastReceiver mUsbReceiver = new…
0
votes
1 answer

ZK Teco Finger Print PHP

I tried to get the attendance data using tad-php library but I got an error error to connect, tried following all tutorial and troubleshot i found on the git or google but still cannot connect. My device using ZEM600 firmware. Any one has experience…
Bireon
  • 179
  • 2
  • 4
  • 18
0
votes
1 answer

How to connect to zk ua300 using password with Connect_Net?

I use VBA to communicate with ZK UA300 and everything is fine, but the problem is that anyone has the device's IP Add., can do anything they want to the device. I do not want anyone to be able to connect to the devise except those who have the…
Ahmad
  • 1
  • 2
0
votes
0 answers

C# WPF WndProc Message capture not working

I am working with a Finger Print Sensor by ZkTeco. The below code in WFA works fine and the input from Finger Print Sensor is captured successfully. protected override void DefWndProc(ref Message m) { switch (m.Msg) { …
Hammas_Stack1
  • 184
  • 1
  • 13
0
votes
1 answer

How to fetch the DeptName from table 'DEPARTMENTS' in ZKTeco device

so i have c# api which fetches machinenumber,userid, datetime and checktype. now i have to fetch the 'Deptname' data from table 'DEPARTMENT' and i don't know how to do it. there are 2 ways to get the table name ,the problem is i don't know how to…
Gowther
  • 23
  • 6