Search results

  1. XenoXenox

    Using ISAPI to download short video clips?

    This post links to both the Hikvision ISAPI API and the RTSP URI format: https://ipcamtalk.com/threads/figuring-out-hikvision-api-isapi.43619/page-2#post-463563
  2. XenoXenox

    Using ISAPI to download short video clips?

    I found a solution that works. 1) Use "http:<username>:<password>@<IP ADDRESS>/ISAPI/SDT/Management/IntelligentSearch?format=json" to search for vehicle photos in the desired time range. 2) Download each license plate photo using the URIs in the above search results. 3) Download a ten second...
  3. XenoXenox

    Using ISAPI to download short video clips?

    Hello Everyone! I'm writing a custom tool to download pictures and video from a Hikvision NVR (DS-7616NI-I2/16P) that is capturing vehicles and license plates from a Hikvision license plate camera (DS-2CD7A26G0/P-IZHS8). Using ISAPI, I'm successfully able to perform a vehicle detection search...