Search results

  1. S

    Upload image to hikvision face recognition device

    Hello, I am unsure as to how to which API to call and the payload to upload an image to hikvision device DS-K1T320EWX. I am using HikVision sdk. I am a novice while dealing with Hikvision device. I wrote this code (given below) which works correctly in creating a user called John Tukey. I am...
  2. S

    Retrieving image from HikVision device

    Hello, I am using the following HikVision device DS-K1T320EWX. I am trying to retrieve the images that is stored on the device. When I run POST /ISAPI/Intelligent/FDLib/FDSearch?format=json and it retruns the I get the following output. Is modelData the actual image that is stored inside...
  3. S

    API to retrieve images stored in fdlib

    Hello, I am new to HikVision. I am using the device DS-k1T320EWX. When I am using the following API POST /ISAPI/Intelligent/FDLib/FDSearch?format=json request successful! Search Library Response: Content-Type:multipart/form-data;boundary=MIME_boundary--MIME_boundaryContent-Type...
  4. S

    API for hikvision face detection DS-k1T320EWX

    Hi, I am trying to use the following hikvision device DS-K1T320EWX. I am using the sdk provided by hikvision. I am able to run GET /ISAPI/Intelligent/FDLib and get the following output. "FDLib": [{ "FDID": "1", "faceLibType": "blackFD" }, { "FDID": "2"...