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, please Reply
|