Skip to content

Instantly share code, notes, and snippets.

@daz
Created March 12, 2021 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daz/2bc8a61e4672ece784efbd4585c29792 to your computer and use it in GitHub Desktop.
Save daz/2bc8a61e4672ece784efbd4585c29792 to your computer and use it in GitHub Desktop.
Hikvision ANPR ISAPI list with curl
curl --digest -u username:password \
-X POST http://192.168.1.4/ISAPI/Traffic/channels/1/vehicleDetect/plates \
-d '<AfterTime><picTime>2020-03-07T21:00:00Z</picTime></AfterTime>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment