This script demonstrates how to connect to a Hikvision surveillance system and extract camera metadata over HTTP using the ISAPI protocol. All sensitive information and identifiers have been removed in accordance with NDA policies.
- Remote API authentication
- Retrieves camera metadata (channel ID, name, resolution, codec, etc.)
- Saves metadata to a local JSON file
- Create a
.envfile with your device credentials. - Install dependencies:
- Run the main.py script
This repository contains modified code for demonstration purposes. Original configurations and internal resource identifiers have been excluded due to confidentiality agreements.