PHP function to extract FLIR image's temperature of each pixel

Started by sebastianbarria, March 03, 2017, 11:23:22 AM

Previous topic - Next topic

sebastianbarria

Hi Everyone.

I've been working very hard to understand about FLIR images and I've reach a point where I don't know what else to do.

I'm working on a project where I need to extract the temperature of thermographical images, just like the "Export CSV" button on BFIC software (http://pc.daves.cz/BFIC_-_thermal_images).
Sadly I can't use that software directly because this needs to be automatic and work over a linux server usin PHP.

Once I have that data I'll create a "online viewer" for this thermographical images, so the people who see this pictures will be able to navigate the image and see the temperature on each pixel to finally evaluate the image and give our clients a report.

I've been using exiftools to extract the rawThermalData but I don't know what to do with it... I don't know how to "decode" the temperature from that file.

¿Is there any chance any of you could help in any way to do this?

Thanks a lot!

Phil Harvey

I think this forum is better for posting FLIR questions:

http://www.eevblog.com/forum/thermal-imaging/

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).