Recent content by tmpram

  1. T

    latest Version of DAHUA HTTP API FOR IPC Documentation ??

    Please note that "API of HTTP Protocol Specification" V3.37 dated 2023-09-04 is already on the internet. I found it on Scribd
  2. T

    Dahua HTTP API - IVS Subscribe to Events

    I tried catching IVS and motion events and pictures sent from Dahua XVR. It sends http POST request with url: XVR-IP/cgi-bin/NotifyEvent The above API document doesn't mention that. Also it mentioned that the event and picture data are sent in one HTTP request (Section 4.13) I could catch the...