The HIKMICRO SDK is versatile, serving industries requiring detailed thermographic analysis: 1. Industrial Thermography and Maintenance
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); hikmicro sdk
Unlike standard IP cameras, thermal devices require access to temperature data. The HIKMICRO SDK is versatile, serving industries requiring
Call get/set functions ( NET_DVR_GetDVRConfig / NET_DVR_SetDVRConfig ) to adjust camera parameters as needed based on user input. The HIKMICRO SDK is versatile
The SDK allows developers to pull live video feeds from thermal cameras and monoculars.