Trying to align the temperature raw data of MLX90621 16x4 IR sensor array to the forehead of the face
0
I am working on a school project with MLX90621 16x4 IR sensor array and a Raspberry Pi with Python to get the temperature array data and turn it into a thermal colored overlay. This overlay is able to align with a person`s forehead using Haarcascade and it can show the reading of the forehead temperature. I have managed to do the forehead tracking code with python and get the thermo-data overlaying the camera image with this link: https://hackaday.io/project/6416-raspberry-pi-thermal-imaging However, I can only to get it to work separately, I am struggling to get both codes to work together. I have done a lot of research on the subject but I seem to only find Arduino and C++ tutorials or theory related posts. I am new to programming and raspberry pi. Here is the code of forehead tracking using Haarcascad...