Poll

Has the hackabiliy of the E4 made you buy one :  

Yes, I was already looking at the competition at a similar price, but the hack swung it to E4
274 (27.9%)
Yes, I'd not considered buying a TIC before, but 320x240 resolution at this price justifies it (as either tool or toy!)
444 (45.3%)
Yes, I was going to buy an E5/6/8 class of unit but will now get the E4
49 (5%)
No, but am looking out for a cheap i3 to hack
50 (5.1%)
Not yet, but probably will if now that a closed-box hack becomes is possible
164 (16.7%)

Total Members Voted: 803

Author Topic: Flir E4 Thermal imaging camera teardown  (Read 3797621 times)

0 Members and 7 Guests are viewing this topic.

Offline stefbeer

  • Regular Contributor
  • *
  • Posts: 57
  • Country: de
Re: Flir E4 Thermal imaging camera teardown
« Reply #2650 on: January 01, 2014, 03:10:13 pm »
Just for fun (and maybe because I'm a little stats-freak ;) ) I made a graph for the posts per day in this thread. See attached image.
I used the dates according to my timezone setting (UTC +1), so if anyone wants to try this at home, he / she may get a litte bit different numbers.
Oh, and just for the record: October 24th was the day when Mike confirmed the 320x240 Pixels resolution ;D
 

Offline Taucher

  • Frequent Contributor
  • **
  • Posts: 456
  • Country: de
  • 1DsaYDGWXEYhEKL rfrbFyYsehaAtfBWawf
Re: Flir E4 Thermal imaging camera teardown
« Reply #2651 on: January 01, 2014, 04:50:18 pm »
Can someone please tell me what progress has been made since the 3b resolution hack and taucher's beta2 mod? I saw reference to a zoom function etc. Are these features going to be added to the menu hack?

I'll most likely un-comment zoom in Beta3 - but it's just digital zoom, there's no image quality to gain - so not urgent :)
Right now I'm pretty busy and I'm lacking enough free time to play with the E4  :)

Online Fraser

  • Super Contributor
  • ***
  • Posts: 13168
  • Country: gb
Re: Flir E4 Thermal imaging camera teardown
« Reply #2652 on: January 01, 2014, 05:33:48 pm »
Taucher,

your efforts are greatly appreciated and I know exactly what you mean regarding finding spare time to 'play'. I have been using my E4 a lot recently and I must say I welcome the Zoom capability. The 45 Degree lens FOV is normally specified for close-in viewing such as a small room with an electrical distribution cabinet. The common 'standard' FOV on industrial thermal cameras was 24 Degrees. I am used to such, so find the E4 a little too wide angle for some tasks. Targets appear small on the display and so can be harder to interpret.

You are quite correct that the Zoom feature adds no improvement in resolution, in fact it reduces such. What the electronic zoom does offer though, is a larger target image on the E4's built in screen in real time and without the need of a PC. This can be useful where the target is small in size, such as a PCB SMT component. The ZnSe Close-up lens gives an excellent pcb inspection capability, but it will be nice to be able to zoom in closer when required.

The X2 zoom is likely to be my most used zoom level as 160x120 resolution is acceptable for my needs, and provides the approx. 24 Degrees FOV that I miss in the unenhanced E4. 
If I have helped you please consider a donation : https://gofund.me/c86b0a2c
 

Offline Navynuke

  • Contributor
  • Posts: 14
  • Country: us
Re: Flir E4 Thermal imaging camera teardown
« Reply #2653 on: January 01, 2014, 05:39:08 pm »
Happy New Year! Today I got a Google alert that the K-Series (fire fighting version of the E40)  trade-in program was extended. Not something I was particularly interested in except for the fact that the K series unit has two temperature ranges -20C - 150C and 0C - 650C as well as a fire palette that looked pretty cool. To that end  I wanted to see if there is anyone who has stumbled across any of the other temperature ranges in their exploits in other Flir cameras (Exx series has multiple ranges and I remembered someone renting an E60 for a short period of time) I was thinking that if we had the files from one that the higher temperature range might be made available and calibrated through the astra web interface. As it is right now only the one range is available. I have some applications where a higher temperature range would allow me to NOT apply too much heat to smaller fragile items and is on my "Thermal imaging wish list". Thanks for any thoughts consideration... :D

The K series info is available at: http://www.flir.com/uploadedFiles/CVS_Americas/Law_Enforcement/Products/K-Series/FLIR-K-Series-brochure.pdf
 

Offline daves

  • Regular Contributor
  • *
  • Posts: 103
  • Country: cz
Re: Flir E4 Thermal imaging camera teardown
« Reply #2654 on: January 01, 2014, 05:55:56 pm »
Which procedure do you have selected?
The image is a stitched msx panorama and not a Flir radiometric image (set measured points in Flir Tools)

Since FLIR makes JPG compressed too much, it makes ugly smudges and you do not know what is heat and what is jpg artefact :-D. So I use this procedure:

Extract IR images from all parts of panorama:
Code: [Select]
>panorama.cmd
I am using modified version of panorama.cmd, to produce visible IR:
Code: [Select]
@echo off
for /f "usebackq delims=" %%f in (`dir /a:-d /b /oN FLIR*.jpg`) do call :over %%f
goto :eof
:over
set a=%1
echo %a:~4,4%
exiftool -b -RawThermalImage %1 | convert - gray:- | convert -depth 16 -endian msb -size 320x240 -level 10000,16000 gray:- RAW%a:~4,4%.tif

Then I extract also all real images:
Code: [Select]
>exiftool -b -EmbeddedImage FLIR*.* -w Real_%f.jpg
Now is time to stitch IR and REAL images, so I will have two panorama images.

After that, I convert panorama back to nonvisible IR:
Code: [Select]
>convert Stitched_panorama.tiff +level 10000,16000 stitch.tiff
And finally convert to some palette:
Code: [Select]
>convert stitch.tiff -level 10520,10900 pal.png -clut test.png
Then I take some image editor and put IR over REAL. Result you have seen before.
« Last Edit: January 01, 2014, 06:00:52 pm by daves »
Batch Thermal Images Editor (JPG, BMT, SNP, IRI, ISI, IS2, PGM, TIF, IMG, BMP):  https://www.eevblog.com/forum/testgear/flir-e4-thermal-imaging-camera-teardown/msg350556/#msg350556
 

Offline pomonabill221

  • Frequent Contributor
  • **
  • Posts: 252
  • Country: us
Re: Flir E4 Thermal imaging camera teardown
« Reply #2655 on: January 01, 2014, 06:16:35 pm »
Can someone please tell me what progress has been made since the 3b resolution hack and taucher's beta2 mod? I saw reference to a zoom function etc. Are these features going to be added to the menu hack?

I'll most likely un-comment zoom in Beta3 - but it's just digital zoom, there's no image quality to gain - so not urgent :)
Right now I'm pretty busy and I'm lacking enough free time to play with the E4  :)
HAPPY NEW YEAR!!!!

Yes just digital zoom but it appears to have some image smoothing so the quality isn't that bad.  I also removed the X8 zoom as it was really not very usable, even X4 is pushing it but could be useful in some situations.
« Last Edit: January 01, 2014, 06:20:57 pm by pomonabill221 »
 

Offline plesa

  • Frequent Contributor
  • **
  • Posts: 965
  • Country: se
Re: Flir E4 Thermal imaging camera teardown
« Reply #2656 on: January 01, 2014, 06:27:07 pm »
Happy New Year! Today I got a Google alert that the K-Series (fire fighting version of the E40)  trade-in program was extended. Not something I was particularly interested in except for the fact that the K series unit has two temperature ranges -20C - 150C and 0C - 650C as well as a fire palette that looked pretty cool. To that end  I wanted to see if there is anyone who has stumbled across any of the other temperature ranges in their exploits in other Flir cameras (Exx series has multiple ranges and I remembered someone renting an E60 for a short period of time) I was thinking that if we had the files from one that the higher temperature range might be made available and calibrated through the astra web interface. As it is right now only the one range is available. I have some applications where a higher temperature range would allow me to NOT apply too much heat to smaller fragile items and is on my "Thermal imaging wish list". Thanks for any thoughts consideration... :D

The K series info is available at: http://www.flir.com/uploadedFiles/CVS_Americas/Law_Enforcement/Products/K-Series/FLIR-K-Series-brochure.pdf

The firefighting mode skin ( green numbers and smaller temperature scale) looks much more better than original one. I will really appreciate to have it on Ex camera enabled.
I'm also interested what is the difference between various temperature range cameras. Is it only calibration?
It seems that the zoom feature is for this version Kx0 and not for Ex series.
« Last Edit: January 01, 2014, 06:33:38 pm by plesa »
 

Online Fraser

  • Super Contributor
  • ***
  • Posts: 13168
  • Country: gb
Re: Flir E4 Thermal imaging camera teardown
« Reply #2657 on: January 02, 2014, 12:14:43 am »
Just installed activated the Electronic Zoom menu....... Excellent  :-+
A very useful facility to have on board.

If I have helped you please consider a donation : https://gofund.me/c86b0a2c
 

Offline tomas123

  • Frequent Contributor
  • **
  • Posts: 832
  • Country: de
Re: Flir E4 Thermal imaging camera teardown
« Reply #2658 on: January 02, 2014, 10:35:28 am »
Which procedure do you have selected?
The image is a stitched msx panorama and not a Flir radiometric image (set measured points in Flir Tools)
...
Then I take some image editor and put IR over REAL.

interesting, a fast way and your images overlay looks great

I tested some time ago Hugin. But Hugin is hard to control.
Hugin Panorama
...
With minor changes in the flir.php script you can save real and thermal image as two images with the same pixel size  and the same field of view.
Now you can stitch the real images with Hugin and save the *.pto project file.
In the next step load the thermal images and use the *.pto with the real image control points for stitching.
After then you have a real and a thermal panorama with the same field of view (make a MSX with IM convert etc).

This method with hugin is great for thermal images with minor difference in temperature ...
... where you can't find good control points in thermal images
« Last Edit: January 02, 2014, 10:38:22 am by tomas123 »
 

Offline Bonocr

  • Contributor
  • Posts: 14
  • Country: 00
Re: Flir E4 Thermal imaging camera teardown
« Reply #2659 on: January 02, 2014, 10:53:51 am »
Hi to all,
my first post here.

Just hack my new E4 (Mike hack and ADDMENU_BETA2a), it works wonderfully!
Thanks to Mike and other great people here!

For log purpose:

Cal date: 17/Dec/2013
SN:63910xxx
Model: E4 1.1
SW: 1.19.8

Online Fraser

  • Super Contributor
  • ***
  • Posts: 13168
  • Country: gb
Re: Flir E4 Thermal imaging camera teardown
« Reply #2660 on: January 02, 2014, 11:54:28 am »
Thanks for s/n & FW info.

While the process is still fresh in your mind, it would be a good idea to add the Zoom menu as well. Details recently in this thread.

The complete FlashBFS file is available to use but I decided to edit my current Menu2b file instead.

I had some issues editing the XML file with the MS 2007 XML notepad due to 'illegal' characters in it, but ordinary notepad worked fine on the XML and allowed enablement of the zoom functionality.
If I have helped you please consider a donation : https://gofund.me/c86b0a2c
 

Offline Bovvy

  • Contributor
  • Posts: 12
Re: Flir E4 Thermal imaging camera teardown
« Reply #2661 on: January 02, 2014, 05:21:08 pm »
Hello all, new boy on the forum. I discovered this thread just before Christmas and have finally got through all 179 pages, God knows how because after page 100 most of it went over my head!

I have held off getting the E4 so far, but now thanks to the information in this thread I am pretty sure that I can apply Mike's upgrade and unleash the E4's full potential.

I have a trip to New York approaching and wondered if anybody could recommend a reputable dealer there, or one which would deliver to an address over there. Obviously I will Google this, but a recommendation would gratefully received.

Secondly, did I read that the E30/E40 is also upgradable with E60 firmware?

Thanks in advance

Bovvy
 

Offline Bonocr

  • Contributor
  • Posts: 14
  • Country: 00
Re: Flir E4 Thermal imaging camera teardown
« Reply #2662 on: January 02, 2014, 06:23:32 pm »
Thanks for s/n & FW info.

While the process is still fresh in your mind, it would be a good idea to add the Zoom menu as well. Details recently in this thread.

The complete FlashBFS file is available to use but I decided to edit my current Menu2b file instead.

I had some issues editing the XML file with the MS 2007 XML notepad due to 'illegal' characters in it, but ordinary notepad worked fine on the XML and allowed enablement of the zoom functionality.

Thanks Aurora for your answer.
If I am not wrong for the zoom features I have to uncomment some rows in the xml file and reload it by FTP, is it right?

I have also printed the tool for focusing and the lens holder see the pics.

Online Fraser

  • Super Contributor
  • ***
  • Posts: 13168
  • Country: gb
Re: Flir E4 Thermal imaging camera teardown
« Reply #2663 on: January 02, 2014, 06:56:42 pm »
Hiya,

Nice 3D prints  :-+

I have not seen that focus tool before. Can you share the STL file ?

You are correct regarding uncommenting the zoom statements in the XML file. You will also need to set the zoom statement from false to true in Mikes resolution upgrade file. This will require that you also run the CRC calculation again. Its the same process that you carried out for increasing the resolution but you need to first make the change to the zoom configuration line. There is no need to remove either of the files that you have already installed. Just over write them via FTP  :)


I have attached the XML file, within the FlashBFS folder structure, that I used. It is using the Version2b baseline created by Uup (which uses the XML file originally created by Taucher)

I have also added the edited resolution file with the Zoom option set to true

Update. I think I attached the wrong XML file so I have deleted it and added the right one. Sorry.

Update. I have added the Uup menu file set called FlashBFS that I edited to activate the Zoom function. Use this if you find it easier than using the XML file alone.

« Last Edit: January 02, 2014, 09:49:23 pm by Aurora »
If I have helped you please consider a donation : https://gofund.me/c86b0a2c
 

Offline QuantumLogic

  • Contributor
  • Posts: 45
  • Country: us
Re: Flir E4 Thermal imaging camera teardown
« Reply #2664 on: January 02, 2014, 09:19:49 pm »
Hello everyone. I just received my E4 from Valuetesters.

Cal date: Nov 21, 2013
SN:63907xxx
Model: E4 1.0
SW: 1.19.8

(Info matches another already in Aurora's list)
 

Offline daves

  • Regular Contributor
  • *
  • Posts: 103
  • Country: cz
Re: Flir E4 Thermal imaging camera teardown
« Reply #2665 on: January 02, 2014, 09:53:43 pm »
After I successfully added the zoom option, I was messing with calibration file calib.rsc, since cold values are off anyway, so it could not be worse.

I used values from excel published here without any modification (because it cant be worse anyway) and I have great results.

Freezer is no more showing -40°C, but -18°C now. Ambient temperature is shifted +2.5°C - I believe when I do correct tests to get my own calibration values, I will get yet better.

Batch Thermal Images Editor (JPG, BMT, SNP, IRI, ISI, IS2, PGM, TIF, IMG, BMP):  https://www.eevblog.com/forum/testgear/flir-e4-thermal-imaging-camera-teardown/msg350556/#msg350556
 

Offline john19

  • Contributor
  • Posts: 17
  • Country: se
Re: Flir E4 Thermal imaging camera teardown
« Reply #2666 on: January 02, 2014, 10:21:57 pm »
After I successfully added the zoom option, I was messing with calibration file calib.rsc, since cold values are off anyway, so it could not be worse.

I used values from excel published here without any modification (because it cant be worse anyway) and I have great results.

Freezer is no more showing -40°C, but -18°C now. Ambient temperature is shifted +2.5°C - I believe when I do correct tests to get my own calibration values, I will get yet better.

I accidentally got the wrong sign in the error columns. It doesn't matter much, but it may look confusing. Column C should be "B2-A2" etc, not "A2-B2", and column F should be "E2-A2" etc. It will still produce the right calibration parameters, but I'll attach the corrected sheet here anyway.
 

Offline daves

  • Regular Contributor
  • *
  • Posts: 103
  • Country: cz
Re: Flir E4 Thermal imaging camera teardown
« Reply #2667 on: January 02, 2014, 10:34:05 pm »
I accidentally got the wrong sign in the error columns.
I have noticed, but I though you meant it that way.

By the way - I had no time to deep tests yet, but seems to me if you put camera into cold, it shifts whole range down. I mean - I keep camera at 20°C and point at matte black painted steel and it says 23°C. I take it out in 0°C for a while to cool down a bit and take it back at 20°C and point again on that black steel and it says 19°C. If I let it warm, it gets back to 23°C.

What I am trying to say is, that the line probably should not be flat (horizontal), but should be tilted to count with temperature shift. Just guessing.

Great job anyway, It was kind of pitty to take camera out while it was telling you its -11°C or so, when actually was just below 0°C.

BTW: I do not know If someone told it before, but J0 = 1/R2
« Last Edit: January 02, 2014, 10:40:29 pm by daves »
Batch Thermal Images Editor (JPG, BMT, SNP, IRI, ISI, IS2, PGM, TIF, IMG, BMP):  https://www.eevblog.com/forum/testgear/flir-e4-thermal-imaging-camera-teardown/msg350556/#msg350556
 

Offline john19

  • Contributor
  • Posts: 17
  • Country: se
Re: Flir E4 Thermal imaging camera teardown
« Reply #2668 on: January 02, 2014, 11:06:16 pm »
BTW: I do not know If someone told it before, but J0 = 1/R2

You mean J1=1/R2.
J0 is the same as O in the excel sheet although in the calib.rsc file the sign for J0 seems to be reversed.
 

Online Fraser

  • Super Contributor
  • ***
  • Posts: 13168
  • Country: gb
Re: Flir E4 Thermal imaging camera teardown
« Reply #2669 on: January 02, 2014, 11:08:14 pm »
I have been playing with the XML file.

It is very easy to change the menu options present and the order in which they appear  :)

I have used the 'Zoom enabled' XML file produced by 'freak_ge' as the basis of my own personal XML preference.

I changed the palette order to the following:

Top row: Iron / Rainbow / Rainbow HC / White hot / Black hot / Arctic / Lava
Bottom row: Blue below / Red above / Interval / Detect Condensation / Detect insulation deficiencies

If anyone else wants to use this version of the XML, I attach it for your use. Just take the FlashBFS folder (after unzipping it) and use FTP to overlay the cameras FlashBFS folder.
« Last Edit: January 03, 2014, 12:10:16 am by Aurora »
If I have helped you please consider a donation : https://gofund.me/c86b0a2c
 

Offline QuantumLogic

  • Contributor
  • Posts: 45
  • Country: us
Re: Flir E4 Thermal imaging camera teardown
« Reply #2670 on: January 02, 2014, 11:12:33 pm »
I know this has already been discussed before but I must say that the USB port is the absolute worst design.
Everything else about the E4 is beautiful, but that plug..... 0/5 stars on that.

Big props to Mike (researcher and high-rez enabler), Taucher (menus), freak_ge (zoom) and everyone else I missed for the discovery, subsequent learning and implementation of useful feature additions to the E4 to make it even better.
It is an incredible tool.  I've already found where the air ducts route in the floors, ceiling and walls as they go to the various rooms.  So cool!

I noticed after just a short while of using the E4 that the frequency of calibrations slowed down a lot.  I mean, after turning it on it was calibrating once every minute or so, but after being on for a while it only calibrates once every few minutes.  Definitely not as annoying as I first thought it would be.  Once the internal temperature stabilizes I guess it decides to reduce the frequency of calibrations, which makes sense.

I would not have purchased an E4 if it were not for the enhancements discovered here.
 

Online Fraser

  • Super Contributor
  • ***
  • Posts: 13168
  • Country: gb
Re: Flir E4 Thermal imaging camera teardown
« Reply #2671 on: January 02, 2014, 11:34:08 pm »
Yes the Micro USB connector has been highlighted as a very poor choice for what is otherwise a rugged design. I personally hate it. My eyesight is not what it was and I am always struggling to see the correct orientation of the plug and then getting the angle right for entry into the socket...... really cr*p  >:(

For info the external charger uses the same micro USB power connector and so can use the plug pack power supply supplied with the camera.

I reported my disappointment to the CEO at FLIR, and suggested that they might wish to revisit that aspect of the design in any future hardware updates.
If I have helped you please consider a donation : https://gofund.me/c86b0a2c
 

Online Fraser

  • Super Contributor
  • ***
  • Posts: 13168
  • Country: gb
Re: Flir E4 Thermal imaging camera teardown
« Reply #2672 on: January 03, 2014, 12:25:57 am »
Additional FLIR Palettes inc Medical !

I have been looking at my file archives for the FLIR PM series of industrial cameras and have found a pile of palette PAL files. I have no idea whether these can be used with the E4 or will need conversion.

I am attaching them for experimentation only as some may be of interest:

These are common industrial palette types plus some odd ball palettes like 'Medical' that is used to diagnose breast cancer and other thermally detectable illnesses.

I suspect that the headers will be wrong and will need adapting to the newer PAL format ?

For those wondering what glowbow palette looks like.......



Enjoy  :)
« Last Edit: January 03, 2014, 12:50:46 am by Aurora »
If I have helped you please consider a donation : https://gofund.me/c86b0a2c
 

Offline Taucher

  • Frequent Contributor
  • **
  • Posts: 456
  • Country: de
  • 1DsaYDGWXEYhEKL rfrbFyYsehaAtfBWawf
Re: Flir E4 Thermal imaging camera teardown
« Reply #2673 on: January 03, 2014, 12:33:43 am »
Additional FLIR Palettes inc Medical !
Any examples how they look?
« Last Edit: January 03, 2014, 12:38:00 am by Taucher »
 

Online Fraser

  • Super Contributor
  • ***
  • Posts: 13168
  • Country: gb
Re: Flir E4 Thermal imaging camera teardown
« Reply #2674 on: January 03, 2014, 12:54:11 am »
I can produce some test images in the different palettes. Some may easily be found using a Google search as they are Industrial standard palettes. I'll see what I can do on example images

Having compared the PM Iron file with the E4 Iron file, the headers are totally different and the data blocks differ significantly as well. These PAL files may be of no use at all but I thought I would release them anyway.

Medical palette is detailed in the attached FLIR document on vet use.

This url provides examples of medical use on humans:

http://spectronir.com/image

This is also an interesting video on medical palettes

« Last Edit: January 03, 2014, 01:07:07 am by Aurora »
If I have helped you please consider a donation : https://gofund.me/c86b0a2c
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf