The intensity of the remaining horizontal stripes change after each calibration frame.
How much does it change -more than 10% per minute? Did you tried to estimate this?
However, after watching this exellent @mikeselectricstuff Flir E4 teardown
http://youtu.be/NtqUE67BUDI and reading those related posts to this
queensu: enhancement: extract binary data from FLIR radiometric jpg where people did amazing approach applying temperature info using their own scripts and utilities, I hope Seek Thermal makes all this complicated thermal calculations on its onboard PCB bulky MPU and maybe sends via USB preprocessed thermal information to minimize proccessing effort on customers devices, while they want this thing running on diffrent platforms.
So, I will deal in a very different way with those Seek calibration and image frames and i'd like implement something like this below for the moment and apply 16bit
Iron LUT on limited output temperature ranges.
Inspiration for this attempt is mechanical construction of Flir E4 shown by @mikeselectricstuff in his teardown video linked above.
Starting from thermal scene with objects heat source we have in Flir E4 in a IR waves path lenses via shutter hole and sensor shown below.
Seek Thermal shutter thermal design looks very crappy in comparision to this built in Flir E4
Everythong mounted in solid metal case with temperarture sensor sensing its temperature. When @mikeselectricstuff frozen this temperature sensor on PCB Flir's output ended with completelly blanked display while this temp has gone below its limits
Even sensor looks like is thermally connected with this solid metal (not plastic) case and shutter nicelly hidden in its case, while in Seek design it is simply floating in air inside PCB cover-I do not like it at all
BTW: In my recent designs I've choosen now this
MLX90620 Series Wide (60x15) 16 x 4 Array 3 V 9 mA Thermal Array Sensor - TO-39 while it has everything I need and is far below $100 for higher volume.
16x4 pixel thermal imagerIts +/-1*C accuracy in temp range 0*C-50*C and easy I2C interface make this device much more interesting for me in a few projects than Seek Thermal dongle without any user manuals and only few lines of text as datasheet
I use OpenCV for MLX90620 post processing, so simply it is hobby attempt to see how Seek image processing would look like based on sensor USB raw 16bit data people there were able to capture-for the moment I do not implement any Linux low level drivers like for example
v4l2 used with classic visual light cameras.
Seek Thermal investment should be to create such Linux drivers if they want to compete on thermal imaging market since there are many small PCb computers running ARM Linux like eg. BeagleBone I'm involved now in my projects.