In the HikMicro SDK, Hot typically refers to the "Hot Spot Tracking" feature, which automatically identifies and marks the highest temperature point in a thermal camera's field of view. Core Functionality
SDK Callbacks: Notifications sent to the client software to log the event or trigger an external relay. Comparison of SDK Capabilities SDK Support Typical Use Case Hot Spot Track Real-time coordinates Tracking moving heat sources (e.g., machinery, wildlife). High Temp Alarm Configurable thresholds Early fire detection or overheating equipment alerts. Radiometric Data Full pixel temperature Professional post-analysis and reporting. Fusion Mode Overlay on optical stream Enhancing thermal targets with visible-light edges. Development Best Practices
Conclusion
- Use Case: In a steel mill. If a pixel measures >800°C, the SDK triggers an "HOT alert" to stop a conveyor belt automatically.
- Code Function:
setIsotherm(HIGH_TEMPERATURE, 750, 1200).
Step 2: Understand the Architecture
The SDK operates via a Dynamic Link Library (.dll for Windows) or .so for Linux.
Safety Alerts: The SDK can interface with onboard speakers for audio and visual alerts when temperatures reach critical levels. 💻 Developer Resources To get started with hot spot detection in your own code: HM-TD2A67T-25/Q Thermographic Network Box Camera
NET_DVR_SET_CONFIG: Used to enable or disable the Hot Spot display overlay.