This article is a mirror article of machine translation, please click here to jump to the original article.

View: 29446|Reply: 14

【Actual combat】Hikvision face recognition attendance machine enters personnel and faces

[Copy link]
Posted on 1/18/2022 4:02:55 PM | | | |
The recent project requires access to the face attendance machine equipment, and the selected Hikvision DS-K1T671 hardware is introduced as follows:

DS-K1T671 series face recognition access control all-in-one machine is a high-performance, high-reliability face recognition product, relying on deep learning algorithms, fast recognition speed, higher accuracy, support face recognition (1:N), fingerprint, card recognition and other verification methods, narrow bezel design with 7-inch touch screen, large screen-to-body ratio, wall-mounted installation, mainly used in safe communities, enterprises and institutions, government buildings, financial outlets, prisons and other indoor and outdoor places.

https://www.hikvision.com/cn/pro ... Terminal/ds-k1t671/
First, download the Hikvision Tools tool to activate the device and view the device information, the software download link:The hyperlink login is visible.

Open the software and you can see the IP address and port of the device, as shown below:




ISAPI protocol

You can use the ISAPI protocol to call the interface and get or set some information. (Note:When calling the interface, you need to carry the Digest Auth authentication information!

Obtain device information interface: /ISAPI/System/deviceInfo

Get the device capability interface: /ISAPI/System/capabilities


Added the Personnel interface: /ISAPI/AccessControl/UserInfo/SetUp?format=json

{
        "UserInfo": {
                "employeeNo": "itsvse",
                "name": "little scum",
                "userType": "normal",
                "Valid": {
                        "enable": true,
                        "beginTime": "2017-08-01T17:30:08",
                        "endTime": "2030-08-01T17:30:08"

                },
                "userVerifyMode": "face"
        }
}


Added a face interface: /ISAPI/Intelligent/FDLib/FaceDataRecord?format=json

{
        "faceURL": "http://192.168.1.153:9000/1.jpg",
        "faceLibType": "blackFD",
        "FDID": "1",
        "FPID": "itsvse",
        "name": "Hey",
        "gender": "female"
}


Query the face interface: /ISAPI/Intelligent/FDLib/FDSearch?format=json

{
        "maxResults": 30,
        "searchResultPosition": 0,
        "faceLibType": "blackFD",
        "FDID": "1"
}


Attached documents at the end:

Tourists, if you want to see the hidden content of this post, pleaseReply





Previous:Spring specifies log levels through configuration files or parameters
Next:OceanBase data exports incomplete pits
 Landlord| Posted on 1/21/2022 9:03:53 AM |
Call NET_ECMS_ISAPIPassThrough in the SDK to add faces

Remove faces



 Landlord| Posted on 1/18/2022 4:44:49 PM |
Submit a face image, and there is a possibility that an error will be reported

{
    "statusCode": 4,
    "statusString": "Invalid Operation",
    "subStatusCode": "pictureDecodingFailed",
    "errorCode": 1073782798,
    "errorMsg": "faceURL"
}

{
    "statusCode": 6,
    "statusString": "Invalid Content",
    "subStatusCode": "employeeNoNotExist",
    "errorCode": 1610637343,
    "errorMsg": "faceURL"
}
Posted on 10/12/2024 11:57:32 AM |
{
    "statusCode": 6,
    "statusString": "Invalid Content",
    "subStatusCode": "badJsonContent",
    "errorCode": 1610612759,
    "errorMsg": "PicFeaturePoints"
}
What is the reason for this error in adding face info
Posted on 4/7/2022 6:14:48 PM |
The landlord is fortunate, thank you
Posted on 4/7/2022 9:43:49 PM |
Hikvision face recognition attendance machine enters personnel and faces
Posted on 3/7/2023 9:12:19 AM |
1adfadfadfa
Posted on 3/7/2023 9:21:37 AM |
111111111111111111111111111
Posted on 4/6/2023 11:16:00 PM |
Thank you in advance for sharing
Posted on 5/27/2023 3:21:51 PM |
shafashafa
Posted on 5/27/2023 3:42:58 PM |
Awesome, supportive, too helpful
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com