// 6. Cleanup HIK_StopPreview(hDevice); HIK_DisconnectDevice(hDevice); HIK_SDK_Cleanup(); The most complex part is decoding the raw buffer. A standard 8-bit video frame is 0-255 (grayscale). A Hikmicro 16-bit raw frame is 0-65,535. To convert this to temperature:
However, hardware alone is only half the story. For system integrators, software developers, and OEM partners, the true potential of a thermal sensor is unlocked not through the viewfinder, but through code. Enter the . hikmicro sdk
// 4. Set palette to "Ironbow" for better contrast HIK_SetColorPalette(hDevice, PALETTE_IRONBOW); A Hikmicro 16-bit raw frame is 0-65,535
// 5. Main loop: Poll for temperature at center pixel while (running) float temp = HIK_GetSpotTemperature(hDevice, 320, 240); // Center of 640x480 sensor printf("Center Temp: %.2f C\n", temp); Sleep(100); Enter the
| Feature | | FLIR (Teledyne) SDK | Seek Thermal SDK | InfiRay SDK | | :--- | :--- | :--- | :--- | :--- | | Radiometric data | High (16-bit raw) | Very High (18-bit) | Medium (14-bit) | High (16-bit) | | Documentation | Medium / Gaps | Excellent | Good | Poor / Chinese-heavy | | Price of hardware | $$ (Mid-range) | $$$$ (Expensive) | $ (Budget) | $ (Budget) | | Ease of integration | Moderate (Requires NDA) | Easy (Public SDK) | Easy (Public GitHub) | Hard (Direct factory support) | | MSX (Edge overlay) | Yes | Yes (Patent protected) | No | No |
In the rapidly evolving world of thermal imaging and photoelectric systems, Hikmicro has established itself as a titan. Known for its cutting-edge handheld thermal monoculars, rifle scopes, and machine vision cameras, the brand is a favorite among hunters, security professionals, and industrial inspectors.