https://github.com/jackblk/hikvision-isapi-py
HIKVision ISAPI in Python
https://github.com/jackblk/hikvision-isapi-py
Last synced: 5 months ago
JSON representation
HIKVision ISAPI in Python
- Host: GitHub
- URL: https://github.com/jackblk/hikvision-isapi-py
- Owner: jackblk
- License: mit
- Created: 2023-10-13T08:05:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T04:24:17.000Z (over 2 years ago)
- Last Synced: 2025-08-14T05:04:42.755Z (11 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hikvision-isapi-py
Simple client to interact with Hikvision devices using the ISAPI protocol.
Source code:
## Ignore SSL verification
Can be useful if you are using self-signed certificates or the web server
certificate is not trusted by your client.
Set the environment variable `VERIFY_SSL` to `false` (anything but `true` will skip the check)