Search results

  1. F

    How to get snapshot infos on a Dahua camera ITC413 with a restapi?

    Yeah I thought the same thing about the FTP way, the problem here is that I found some apis and implementation on github that uses a rest api to get the snapshot itself, not the infos linked. I need something like a json, an xml or something that contains the data about the snapshot to save it...
  2. F

    How to get snapshot infos on a Dahua camera ITC413 with a restapi?

    I tried both the apis and from the first one i get the message "Error: No events" tough the test snapshot I did is marked as "Event Type : ANPR" and from the second i get a snapshot of the camera like it did with "/cgi-bin/snapshot.cgi". I would like the camera to send me an event whenever it...
  3. F

    How to get snapshot infos on a Dahua camera ITC413 with a restapi?

    Hi everyone, first post here. My company is about to start a project that relies on dahua cameras for license plate recognition. I can successfully make tests and tried to take a snapshot through the api given in the documentation. The api is this one: "http://{camera_ip}/cgi-bin/snapshot.cgi"...