ZKTeco | Example of ZKTeco SDK with python | SDK library
kandi X-RAY | ZKTeco Summary
kandi X-RAY | ZKTeco Summary
Example of ZKTeco SDK with python
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Open receive message thread
- Convenience method for sending messages
- Deal with json response
- Add IP address
- Add info
- Deletes the user
- Define DoorStatue
- Fetches all databases
- Opens a record
- Sets the OpenTime
- Set user time
- Opens process
- Initialize the logger
- Add an IP address to the process
- Write IP address to pickle file
ZKTeco Key Features
ZKTeco Examples and Code Snippets
Community Discussions
Trending Discussions on ZKTeco
QUESTION
I am using the ZKteco device (speedFace-V4L) with the ZKFace VX5.8 facial algo.
I want to download and upload the users faces templates, but I can't do it.
If I try to download the face template (from device to software) it works, but the opposite does not work, it downloads all other information without a face template.
I debugged this and found the error code is -103, according to the documentation which means device send back error of face version error
I tested the official demo with this device, and it still doesn't work!
I'm using GetUserFaceStr(int dwMachineNumber, string dwEnrollNumber, int dwFaceIndex, ref string TmpData, ref int TmpLength);
function to get user informations and SetUserFaceStr(int dwMachineNumber, string dwEnrollNumber, int dwFaceIndex, string TmpData, int TmpLength)
to set it
I forgot to say that the functions are working fine with the MB2000 device.
How can i solve this please.
Device: SpeedFace V4L Face algo: ZKFace VX5.8 SDK: Standalone SDK-6.3.1.43 Language: C#, WPF
...ANSWER
Answered 2021-Dec-23 at 00:37I had the same problem just a few days. We contacted ZKteco support and this the solution:
The Standalone SDK is not fully compatible with ZkTeco Visible Light Series devices and you have to contact ZKteco Sales to request the Push SDK which is in deed a communication protocol Http based so they will give access to the Api.
The ZkTeco new devices have http server like embeded. Also you have to pay for that Push SDK.
But with it you will be able to download user faces and upload user faces to SpeedFace v4L devices via TCP IP.
QUESTION
with selenium, i'm trying to click an element but not working with this element, the page is here page (username/password :admin/admin)
...ANSWER
Answered 2021-Aug-20 at 10:41operate2a5a0448a8bf44a8898ec13e95b152fc
seems to be dynamically created id.
The simplest way to access this element is with text based XPath locator:
QUESTION
I'm using ZKTeco sdk to connect to a device, the connection works fine, but anything that requires reading large data fails.
ReadAllUserID fails with error -115
...ANSWER
Answered 2021-Jun-01 at 13:52The ReadAllUserID
returns false
because you should probably be using the Pull SDK instead of the Standalone SDK. It depends on the device model and which firmware is installed in it.
In addition to that, the Connect
function may return a false positive because it only establishes a TCP connection and it does not guarantee that the connection is valid.
QUESTION
I have a ZKTeco K80 device, what I can get now are the logs data ( DateTime, InOut, VerifyMethod..)
...ANSWER
Answered 2021-Mar-13 at 02:51Well, you can not get the absent days from the biometric device. It must be part of your application logic. You have to read all the attendance data from the biometric device, and consider all the missing dates as absent days.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ZKTeco
You can use ZKTeco like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page