|
Worldwide
hikmicro sdk
Driver/File Download

// Get temp data (radiometric) ThermalData data; HikMicro_GetThermalMatrix(handle, &data); // data.buffer = float* (temp in C)

// Pseudocode based on actual SDK HikMicro_Init(); HikMicro_SetLogLevel(3); // Search int count = HikMicro_DiscoverDevices(devices, 5000);

// Connect HANDLE handle = HikMicro_Connect(devices[0].ip, "admin", "password");

// Start video HikMicro_StartRealPlay(handle, callback_rgb24, user_data);

This website will use cookies and similar technologies to enhance the user experience and to maintain as smooth a service as possible for each visitor. For more information, please visit our Cookies Policy
By clicking on the 'X' button, you agree to our use of Cookies this time