Created
March 12, 2021 11:21
-
-
Save daz/2bc8a61e4672ece784efbd4585c29792 to your computer and use it in GitHub Desktop.
Hikvision ANPR ISAPI list with curl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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