Authenticate with the device using its IP address, port, username, and password ( NET_DVR_Login_V40 ).
For industrial integrators, Hikmicro provides raw thermal cores (256x192, 640x512, 1280x1024). The SDK for these cores is low-latency, focusing on raw YUV/RGB data output, shutter control, and digital zoom via serial (UART) or Ethernet.
Changing palettes (Ironbow, Rainbow, White Hot, etc.) to highlight specific anomalies.
It is important to note that some software components, such as the "HIKMICRO Studio" and "UVC Client" full PC applications, are not available for direct download from the public portal. According to the HIKMICRO website, developers must request these installers by contacting official support directly. However, the core SDK packages are typically available for download after creating an account or, for more advanced capabilities, by signing a Non-Disclosure Agreement (NDA) with Hikvision to gain access to comprehensive technical documentation. hikmicro sdk
Choose Hikmicro SDK if you need high-volume industrial deployment at a competitive price point with strong dual-spectrum (Thermal+Visible) fusion capabilities.
Creating specialized screening applications (when paired with appropriate cameras). How to Get Started with HIKMICRO SDK Integration 1. Obtain the SDK
The SDK provides a command set to remotely operate the camera: Authenticate with the device using its IP address,
Set software-based temperature thresholds to trigger alerts when specific heat levels are detected. Key Components of the SDK
Medical imaging software developers use the radiometric data capabilities to build non-contact thermography apps. By mapping detailed skin surface temperatures, these systems assist in identifying inflammation, circulatory issues, or monitoring livestock wellness. Best Practices for Developers
The HIKMICRO SDK acts as an intermediary translation layer between your software application and the underlying physical camera hardware. It abstracts complex low-level device communication protocols into accessible, high-level Application Programming Interfaces (APIs). Changing palettes (Ironbow, Rainbow, White Hot, etc
HIKMICRO ensures wide compatibility with its SDK, catering to various development environments:
For professional inspectors, the SDK can power highly specialized tools that go far beyond a standard thermal camera. By integrating the camera with a mobile device via USB-C, a custom app can automatically overlay a building's architectural plans onto the live thermal feed. Using the SDK's measurement rules, the app can then calculate the exact area of an insulation defect identified by HIKMICRO's built-in AI algorithms, generate a professional report on the spot, and even calculate the estimated energy loss in dollars per year.
Integrating the HIKMICRO SDK unlocks several critical functions for your application:
Changing digital zoom levels, modifying contrast/brightness enhancements, and switching image fusion modes (e.g., Picture-in-Picture or Bi-spectrum fusion). Typical Step-by-Step Workflow
unsigned char fileHeader[14] = 'B','M', // signature 0,0,0,0, // image file size in bytes 0,0,0,0, // reserved fileHeaderSize + infoHeaderSize,0,0,0 // start of pixel array ; fileHeader[2] = (unsigned char)(fileSize); fileHeader[3] = (unsigned char)(fileSize >> 8); fileHeader[4] = (unsigned char)(fileSize >> 16); fileHeader[5] = (unsigned char)(fileSize >> 24);
For any info - [email protected]