Recent content by Alexandre Baiocco

  1. Alexandre Baiocco

    Dahua API

    I did it, I found a way through the manual and some information from the internet using digest auth! I'll leave the code below for those who need it next time. import hashlib import requests from requests.auth import HTTPDigestAuth # Parameters username = "admin" password = "autvix123456"...
  2. Alexandre Baiocco

    Dahua API

    Can somemone help? I'm trying to take theresponse from the dahua cam api, but just work in the navigator. Doesn't work in postman, or python
  3. Alexandre Baiocco

    Dahua API

    I am using the default ips for testing purposes. use the examples in the docs and it still doesn't work with the 404 error. I'm using the example on the 407 page (I updated the date but it didn't work either)
  4. Alexandre Baiocco

    Dahua API

    Hi, I'm trying to use the method of getting people counting data from my IPC Dahua camera via the API. But I was unsuccessful. I have already activated people counting and heat map on the camera that has the default IP, but when using the API I am not able to do so. Can anyone help me? I'm...