Author Topic: Software for Xtherm T3s and HT-301  (Read 38790 times)

0 Members and 1 Guest are viewing this topic.

Offline zrqTopic starter

  • Frequent Contributor
  • **
  • Posts: 273
  • Country: 00
Software for Xtherm T3s and HT-301
« on: January 26, 2020, 04:56:46 pm »
For Xtherm T3s (almost identical to HT-301), here is the link to the SDK
LINK REMOVED FOR PRIVACY CONSIDERATION (pm me to request it, tks)
(I may remove or disable the link anytime if I'm notified of a copyright infringement)
You can pass frames grabbed with UVC protocol to the binary library (XthermDll.dll or libthermometry.so) to get radiometric temperature data.
Unfortunately, documentation is Chinese only and the demo programs are crappy, but I can help you with Chinese if there is something too difficult for Google Translate.

I also reverse engineered the binary XthermDll.dll to make it work with x64 programs and wrote some utilities for grabbing frames with OpenCV, doing NUC, naive removal of the vertical and horizonal line pattern. See XthermToolkit.zip in the link.

Enjoy the great camera on any platform you prefer ;)

EDIT: I will NOT send the files to Zero Posters in the forum, unless they can show a proof of purchase.
« Last Edit: November 11, 2020, 12:17:34 pm by zrq »
 

Offline zrqTopic starter

  • Frequent Contributor
  • **
  • Posts: 273
  • Country: 00
Re: Software for Xtherm T3s and HT-301
« Reply #1 on: January 26, 2020, 06:36:34 pm »
I just uploaded a modified app for HT-301 and Xtherm T3s without the logo.
LINK REMOVED FOR PRIVACY CONSIDERATION (pm me to request it, tks)

What I did is
0.generate a self-signed certificate
1.apktool d
2.replace hti_logo.png with a transparent png
3.apktool b
4.jarsigner
« Last Edit: February 17, 2020, 02:45:04 pm by zrq »
 
The following users thanked this post: carpin, Ambassador, NinetySix, rpg22, Stephmw, RBsonic, rmp94, ericb

Offline alex871

  • Regular Contributor
  • *
  • Posts: 58
  • Country: it
Re: Software for Xtherm T3s and HT-301
« Reply #2 on: January 26, 2020, 10:52:14 pm »
Hi, unfortunately I'm not very practical about these things. What is the procedure? Which file should I download? Should the .apk file be opened with the android cell?
 

Offline zrqTopic starter

  • Frequent Contributor
  • **
  • Posts: 273
  • Country: 00
Re: Software for Xtherm T3s and HT-301
« Reply #3 on: January 27, 2020, 04:29:02 am »
Hi, unfortunately I'm not very practical about these things. What is the procedure? Which file should I download? Should the .apk file be opened with the android cell?
Install HT-301_nologo.apk on your phone and it's done.
I posted the procedure to help others who want to do this after new versions are released.
« Last Edit: March 06, 2020, 03:54:02 pm by zrq »
 
The following users thanked this post: carpin, RBsonic

Offline alex871

  • Regular Contributor
  • *
  • Posts: 58
  • Country: it
Re: Software for Xtherm T3s and HT-301
« Reply #4 on: January 27, 2020, 03:31:58 pm »
Ok, if it's just for the logo it's okay to keep it. I'm interested in the processing of thermal images with PC software.

Thank you
Alessio
 

Offline alex871

  • Regular Contributor
  • *
  • Posts: 58
  • Country: it
Re: Software for Xtherm T3s and HT-301
« Reply #5 on: February 13, 2020, 11:27:45 pm »
xinfrared offers much more complete software. How do you get it ?


http://www.xinfrared.com/index.php?m=content&c=index&a=show&catid=50&id=7
 
The following users thanked this post: thermalengineer

Offline alex871

  • Regular Contributor
  • *
  • Posts: 58
  • Country: it
Re: Software for Xtherm T3s and HT-301
« Reply #6 on: February 16, 2020, 02:46:27 am »
This software aviable for hti 301 ?

http://www.grayess.com/software/irt-analyzer/
 

Offline zrqTopic starter

  • Frequent Contributor
  • **
  • Posts: 273
  • Country: 00
Re: Software for Xtherm T3s and HT-301
« Reply #7 on: February 16, 2020, 10:14:59 am »
No.
The official app for Xtherm is almost the same of the app for HT-301 but slightly older, there is no need to try it.
You should stop dreaming for a existing perfect software for this new Chinese camera. Try to develop your own analysis software with the SDK and reference code I posted, or you can grab the raw frame and do analysis with matlab or python.
 

Offline alex871

  • Regular Contributor
  • *
  • Posts: 58
  • Country: it
Re: Software for Xtherm T3s and HT-301
« Reply #8 on: February 16, 2020, 11:48:21 am »
No.
The official app for Xtherm is almost the same of the app for HT-301 but slightly older, there is no need to try it.
You should stop dreaming for a existing perfect software for this new Chinese camera. Try to develop your own analysis software with the SDK and reference code I posted, or you can grab the raw frame and do analysis with matlab or python.

As already said I am not a computer scientist, I do not understand much of these things so I would not be able to process the images with the information you have given me. Thank you all the same but it's all out of my reach
 

Offline RBsonic

  • Regular Contributor
  • *
  • Posts: 64
  • Country: de
Re: Software for Xtherm T3s and HT-301
« Reply #9 on: March 04, 2020, 07:42:17 am »
If someone wants to play with HTI apk  file, I recommend for this "APK Editor Studio" https://qwertycube.com/apk-editor-studio/
May be you need latest Java: https://java.com/en/download/manual.jsp

I changed cursors for temperature measurement.
There are two versions:

1. I made cursors smaller and added border https://yadi.sk/d/nGgIERvTW_YQGA
2. I made round cursors like in Thermviewer https://yadi.sk/d/s_skZGN0-Pg9zQ

Both versions have no logo. Now cursors are more visible on some palletes.
P.S. If someone knows how can I change color of digits and add border, please let me know.

HT-301 Other cursors. All palletes
https://youtu.be/IoVj6wSQZ34











« Last Edit: April 24, 2020, 04:02:08 pm by RBsonic »
 
The following users thanked this post: haizaar, zrq, Ambassador, Nicky, SharpBananas

Offline ssytn

  • Newbie
  • Posts: 1
  • Country: ae
Re: Software for Xtherm T3s and HT-301
« Reply #10 on: April 23, 2020, 04:33:41 pm »
Hello wonder if you managed to get the SDK for this camera
 

Offline rmp94

  • Newbie
  • Posts: 4
  • Country: 00
Re: Software for Xtherm T3s and HT-301
« Reply #11 on: May 16, 2020, 01:56:11 am »
Also looking to work with the SDK and docs. Is it re-posted somewhere?
 

Offline jerry12335

  • Newbie
  • Posts: 1
  • Country: hk
Re: Software for Xtherm T3s and HT-301
« Reply #12 on: May 20, 2020, 03:57:55 pm »
May I have those SDK and apps of HT-301?
I think the apps could be enhance by DIY.
Just pmed
Thanks.
 

Offline haizaar

  • Regular Contributor
  • *
  • Posts: 52
  • Country: au
Re: Software for Xtherm T3s and HT-301
« Reply #13 on: June 03, 2020, 01:14:05 am »
Trying to use my shining HT-301 here on Galaxy S10 Android 10.

The official app from the Play Store doesn't detect the camera at all.
Download link on the HTI web site is broken but Mr Lin was quite responsive in sending me the fixed link: http://124.225.183.134/12488881.s21d-12.faiusrd.com/0/ABUIABBKGAAgqsXG7wUonOaatQQ?f=HT-301_Please+remove+the+old+version+software+before+install.apk&v=1576116906&wsiphost=local&wsrid_tag=5ed6f58a_PS-HAK-01vNQ133_14229-19466


However video recording doesn't work in the above app - it just exits when I try to record. Same for those altered by RBsonic (thank you!) - work perfectly except for video recording. Did anyone encounter this issue? Something to do with Android 10? (I double-checked and no permissions are denied for the app)
 
The following users thanked this post: RBsonic

Offline haizaar

  • Regular Contributor
  • *
  • Posts: 52
  • Country: au
Re: Software for Xtherm T3s and HT-301
« Reply #14 on: June 03, 2020, 03:59:59 am »
Mr Lin updated that their HTI app indeed doesn't support video recording on Galaxy S10 with Android 10. He sent me apk for Xtherm but it has exactly the same issue - app exists once you try recording. Here is the apk if anyone is interested. As a bonus, settings have a toggle to control logo on/off.

http://124.225.183.133/12488881.s21d-12.faiusrd.com/0/ABUIABBKGAAg4v3b9gUo96f7SA?f=com.infiRay.Xtherm.apk&v=1591148259&wsiphost=local&wsrid_tag=5ed6ff03_PS-HAK-01mEe140_30926-3425

Mr Lin frankly stated that they won't fix the issue with S10/ Android 10.

On the bright side, video recording works just fine with ThermView which I planned to purchase anyway.

 
The following users thanked this post: struggles, RBsonic

Offline haizaar

  • Regular Contributor
  • *
  • Posts: 52
  • Country: au
Re: Software for Xtherm T3s and HT-301
« Reply #15 on: June 03, 2020, 05:45:40 am »
Wow, HTI kindly suggested to reimburse me for TermView license cost, since they couldn't get my cam to record videos with their app on Galaxy S10. Totally impressed with this kind of service!
 

Offline Michael82

  • Newbie
  • Posts: 2
  • Country: de
Re: Software for Xtherm T3s and HT-301
« Reply #16 on: June 03, 2020, 03:03:03 pm »
I got my T3s a week ago.
All apps working on my Note10+ N975f Android 10

Great camera compared to my old FlirOne gen2 160x120
App is very simple (i prefer the Hti App) , so i need a better... thermviewer.
But the Thermviewer images are less sharp than HTI and Xtherm app.
Image quality is very poor.
And its not possible to activate TV "link adress error"
« Last Edit: June 09, 2020, 10:33:20 am by Michael82 »
 

Offline alexwhittemore

  • Frequent Contributor
  • **
  • Posts: 365
Re: Software for Xtherm T3s and HT-301
« Reply #17 on: June 03, 2020, 09:19:04 pm »
I got my T3s a week ago.
All apps working on my Note10+ N975f Android 10

Great camera compared to my old FlirOne gen1 160x120
App is very simple (i prefer the Hti App) , so i need a better... thermviewer.
But the Thermviewer images are less sharp than HTI and Xtherm app.
Image quality is very poor.
And its not possible to activate TV "link adress error"

How'd you find one and what'd you pay? I see we're in different countries, but I can't seem to find a price or purchase link for a T3s/Pro anywhere, JUST HT-301 (which is a bummer since I think one of the T3s or pro is supposed to be cheaper?)
 

Offline RBsonic

  • Regular Contributor
  • *
  • Posts: 64
  • Country: de
Re: Software for Xtherm T3s and HT-301
« Reply #18 on: June 04, 2020, 01:48:59 am »
How'd you find one and what'd you pay? I see we're in different countries, but I can't seem to find a price or purchase link for a T3s/Pro anywhere, JUST HT-301 (which is a bummer since I think one of the T3s or pro is supposed to be cheaper?)

I found T3s on aliexpress, but it is not cheaper.
 

Offline Michael82

  • Newbie
  • Posts: 2
  • Country: de
Re: Software for Xtherm T3s and HT-301
« Reply #19 on: June 04, 2020, 03:38:12 pm »
For Germany:
liemke.shop T3s 750€ (paypal)
Amazon.de Ht301 818€ (Creditcard mandatory)

Important: T3s and HT301 have different housings!
HT301 owns an extended/longer USB plug.

Any ideas why TV is so blurry compared to Hti/xtherm app?
We need a better app for the cameras, developers! ;-)
 

Offline RBsonic

  • Regular Contributor
  • *
  • Posts: 64
  • Country: de
Re: Software for Xtherm T3s and HT-301
« Reply #20 on: June 04, 2020, 04:47:41 pm »
Also T3s can official measure tempetarure only up to 120°C.
HT-301 - up to 400-600°C
 
The following users thanked this post: Nicky

Offline Nyx_

  • Newbie
  • Posts: 6
Re: Software for Xtherm T3s and HT-301
« Reply #21 on: June 18, 2020, 01:06:15 pm »
Hello Folks. Good day.

I've read on this thread that we can capture some metadata for the HT-301 by analyzing the USB stream. It was stated also that we can send commands via the Zoom channel.

I'm wondering how can I get started to capture the individual pixel temperature values with the camera connected to a USB Linux PC. I see about 4 green lines on the bottom of the video stream that, I believe, might contain some relevant information like the temperature range or something else that might help put together the temperature matrix.

Does anyone can kindly point me to something resource that will help get the thermometric information out of this camera via a USB connection?

I believe it's possible to obtain this information but so far, I'm clueless on how to get started with capturing the information and commanding the camera via USB.

Any help is highly appreciated.

Thank you.
 
The following users thanked this post: Tavana

Offline RBsonic

  • Regular Contributor
  • *
  • Posts: 64
  • Country: de
Re: Software for Xtherm T3s and HT-301
« Reply #22 on: June 18, 2020, 04:01:40 pm »


If you understand android software, you can try  a reverse engineering with HTI Imager and Thermviewer Apps to find programm code for control thermal camera.
 

Offline zrqTopic starter

  • Frequent Contributor
  • **
  • Posts: 273
  • Country: 00
Re: Software for Xtherm T3s and HT-301
« Reply #23 on: June 19, 2020, 05:28:46 am »
I sent you the link to the SDK in PM.
For the Zoom Channel commands, I had a note in XthermToolkit.zip (in XthermDll调用说明.docx), you may also refer to the xthermpyshowpyqt.py for some usage.
You can derive the temperature mapping from the 4 lines, using the XthermDll.dll(the original one or the one from the decompiled source). I also succeeded in making this a .so and run on Ubuntu. See the XthermDll调用说明.docx for its usage or look at xthermpyshowpyqt.py as an example.
 
The following users thanked this post: Nyx_, rmp94

Offline petr

  • Newbie
  • Posts: 1
  • Country: cz
Re: Software for Xtherm T3s and HT-301
« Reply #24 on: June 19, 2020, 11:45:46 am »
Hi can I ask you for the link too zrq? I sent you PM some time ago  ;) Thank you.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf