⚙️ Adjust emissivity, distance, color palettes, and temperature alarm thresholds programmatically.

Capture and display live thermal video with low latency.

Cycle through diverse (e.g., Ironbow, White Hot, Black Hot, Rainbow) depending on what contrasts the specific use case demands.

Search the network fabric for active Hikmicro IP addresses or initialize a connection via a specific USB COM port. Authenticate using secure device credentials to obtain a unique User ID handle.

// Define your callback for temperature data void OnTemperatureData(DWORD dwDeviceID, float fTemperature, void* pUser) if (fTemperature > 38.0f) printf("Fever detected: %.1f C", fTemperature); TriggerAlarm();

The is the core development framework that allows engineers to seamlessly integrate HIKMICRO’s advanced thermal imaging devices into custom software applications . By exposing powerful APIs for device discovery, live thermal video streaming, dual-spectrum fusion, and pixel-by-pixel radiometric data extraction, the SDK bridges the gap between raw infrared hardware and enterprise-level automation platform solutions.

: Supports remote rebooting, firmware upgrades, and configuration of system parameters like alarm rules and user permissions.

The (Software Development Kit) is indeed a helpful piece of technology , primarily for developers and integrators working with Hikmicro thermal and optical imaging devices (handheld thermography cameras, bi-spectrum network cameras, drones, etc.).

This is often the most crucial step for any developer. The official HIKMICRO SDK and its supporting tools are available for download, but the process has some nuances.

Hikmicro offers lightweight thermal cores. Using the SDK (specifically the embedded Linux version), drone manufacturers integrate the thermal core into the drone gimbal. The SDK streams the thermal data to the ground control station, highlighting fire hotspots.