Hi everyone,
I am building a standalone software to manage Hikvision Thermal Cameras (Model: DS-2TD2637T-7/QY and DS-QAAI264G1-P) without relying on iVMS-4200 or any third-party apps.
I need my software to handle everything from the ground up, specifically:
thermal-specific settings? Any code snippets or GitHub repos for Thermal Management would be life-saving.
Thank you!
I am building a standalone software to manage Hikvision Thermal Cameras (Model: DS-2TD2637T-7/QY and DS-QAAI264G1-P) without relying on iVMS-4200 or any third-party apps.
I need my software to handle everything from the ground up, specifically:
- Full Device Configuration: How can I implement camera settings (Network, Image, Thermal thresholds) directly via SDK/ISAPI? I want to build my own UI for device management.
- Raw Thermal Data & Scoring: I need to extract real-time temperature matrices to perform my own "thermal scoring" and analytics logic.
- Event & Alarm Handling: Subscribing to alarm callbacks to get instant notifications when temperature rules are triggered.
- Operational Control: Handling reboots, firmware info, and storage management via code.
thermal-specific settings? Any code snippets or GitHub repos for Thermal Management would be life-saving.
Thank you!