03-08-2022 02:21 PM
Hi everyone,
I am trying to make a program with Labview that will display the temperature value from the image of a thermal imaging camera (Flir E8).
The program already displays the thermal image, but when I click the mouse on the image, the temperature value is not displayed correctly at all. Can anyone help me to find the cause of this problem?
The vi file is attached.
Thanks in advance
03-09-2022 02:52 AM
Please do share the LabVIEW Code in Lower Versions (LV 2017) not all the users are using latest ( At least my office system not been updated with Latest).
Can you be specific on the Problem with Camera Image/LabVIEW Application?
03-09-2022 03:18 AM
Hi Palanivel,
Sorry my bad. I added the 2015 Version. I also uploaded the screen shot. In the Labview program i can see the image and also the mouse position. But the temperature value in this position or any other position in the frame doesn't fit at all.
03-09-2022 09:21 AM - edited 03-09-2022 09:23 AM
Judging by this:
There is something wrong with your format string
You have the Format String connected to the "Initial String" input not the "Format String" input of the Format Into String VI.
This:
Should be this:
03-09-2022 09:31 AM
Hi,
thanks for the hint.
This is how it looks like now.
03-09-2022 04:53 PM
It looks like it is just a standard color image, are you sure you can extract temperature data from the pixel values?
03-09-2022 05:05 PM
@Gregory wrote:
It looks like it is just a standard color image, are you sure you can extract temperature data from the pixel values?
I was thinking the same thing, I don't see how the image colors are being mapped to a temperature.
Plus there are missing sub-vi's so I could not really figure it out beyond the first error I spotted.
03-09-2022 07:11 PM
03-10-2022 08:18 AM
Hi,
I was not sure about extracting the temperature from the pixel value. Now I have changed the block with ImagetoArray. The temperature value is not as high as last time, but it still doesn't fit. The temperature change can also be seen in the chart when I hold my hand in front of the camera. Screenshots for FrontPanel and BlockDiagram are attached in addition to the vi file.
03-10-2022 09:51 AM
@RTSLVU wrote:
@Gregory wrote:
It looks like it is just a standard color image, are you sure you can extract temperature data from the pixel values?
I was thinking the same thing, I don't see how the image colors are being mapped to a temperature.
Here is a color to temperature "map"
But I know what your saying 😉