Recent content by khaikhai

  1. khaikhai

    Developing a Standalone App for Hikvision Thermal Cameras: Full Configuration and Raw Data Extraction (No iVMS-4200)

    So you're leaning towards .NET Core and Docker? Does that mean I should skip WinForms and go with a Web-based app instead? In your experience, for a specialized thermal monitoring system, is a Web dashboard actually better than a traditional Desktop app? I'm still weighing my options since I'm...
  2. khaikhai

    Developing a Standalone App for Hikvision Thermal Cameras: Full Configuration and Raw Data Extraction (No iVMS-4200)

    Thanks for the tip Regarding the standalone desktop client, what's the industry standard for this kind of monitoring software? Should I stick with WinForms, or move to WPF or Qt? I'm looking for the best balance between performance (handling real-time video/thermal streams) and UI flexibility...
  3. khaikhai

    Developing a Standalone App for Hikvision Thermal Cameras: Full Configuration and Raw Data Extraction (No iVMS-4200)

    Thanks for the advice! To clarify, is ISAPI robust enough to handle real-time thermal matrix extraction for custom scoring/analytics? Also, for a standalone desktop app, can ISAPI manage alarm notifications (thresholds) as reliably as the SDK's callbacks? Lastly, as I'm starting from scratch...
  4. khaikhai

    Developing a Standalone App for Hikvision Thermal Cameras: Full Configuration and Raw Data Extraction (No iVMS-4200)

    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: Full Device Configuration: How can I...